flutter/examples
Adam Barth 09665c0d7f Change the default MaterialType to canvas
Canvas is by far the most popular type of material by call site (and makes for
a faster default because it doesn't have a RRect clip).
2015-10-12 09:36:47 -07:00
..
address_book Reattach fitness to the build 2015-10-12 00:24:24 -07:00
demo_launcher Change the default MaterialType to canvas 2015-10-12 09:36:47 -07:00
fitness Change the default MaterialType to canvas 2015-10-12 09:36:47 -07:00
game Reattach fitness to the build 2015-10-12 00:24:24 -07:00
hello_world Reattach fitness to the build 2015-10-12 00:24:24 -07:00
mine_digger Reattach fitness to the build 2015-10-12 00:24:24 -07:00
raw Reattach fitness to the build 2015-10-12 00:24:24 -07:00
rendering Reattach fitness to the build 2015-10-12 00:24:24 -07:00
stocks Change the default MaterialType to canvas 2015-10-12 09:36:47 -07:00
widgets Change the default MaterialType to canvas 2015-10-12 09:36:47 -07:00
BUILD.gn Reattach fitness to the build 2015-10-12 00:24:24 -07:00
README.md Rename Sky to Flutter in a few more places 2015-09-26 12:46:03 -07:00

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.