diff --git a/next_gen_ui_demo/README.md b/next_gen_ui_demo/README.md new file mode 100644 index 000000000..4f39a6274 --- /dev/null +++ b/next_gen_ui_demo/README.md @@ -0,0 +1,9 @@ +This is a demo version of the [Building next generation UIs in Flutter][] codelab. + +This sample takes code from each step of the codelab linked above and turns it into +a single application with forward and backward buttons to enable stepping through the +steps of the codelab. + +![Next Generation UI demo screenshot](next_gen_ui_demo.png) + + [Building next generation UIs in Flutter]: https://codelabs.developers.google.com/codelabs/flutter-next-gen-uis diff --git a/next_gen_ui_demo/next_gen_ui_demo.png b/next_gen_ui_demo/next_gen_ui_demo.png new file mode 100644 index 000000000..d6269cf1e Binary files /dev/null and b/next_gen_ui_demo/next_gen_ui_demo.png differ