tree: f7b3b297b0f735572b4b14aedd262843c9d2315c [path history] [tgz]
  1. address_book/
  2. fitness/
  3. game/
  4. hello_world/
  5. mine_digger/
  6. raw/
  7. rendering/
  8. stocks/
  9. widgets/
  10. BUILD.gn
  11. README.md
examples/README.md

Flutter Examples

This directory contains several examples of using Flutter. Each of these is an individual Dart application package. If you wish to run them with sky_tool then you will want to run pub get inside their directory before running ./packages/sky/sky_tool start.

  1. Hello, world. The hello world app is a basic app that shows the text “hello, world.”

  2. Stocks. The stocks app is an example of a typical mobile app built using Flutter. The app shows a list of all the stocks in the NASDAQ.

  3. Widgets. The widgets app contains a number of Flutter widgets so you can experiment with them in a simple container.