flutter/examples
Adam Barth 6cf105fe3e ToolBar with a TabBar shouldn't have a shadow
This patch makes the level of the ToolBar configurable. I've also cleaned up
the Tab code slightly.

For some reason, there's still a hairline between the ToolBar and the TabBar.
We might need to rethink how we draw the background a bit here.

Fixes #1454
2015-10-05 23:41:14 -07:00
..
address_book Fix Focus 2015-10-05 16:41:50 -07:00
demo_launcher Simplify the usage of Navigator's routes argument 2015-10-05 13:59:30 -07:00
fitness Use Navigator to drive SnackBar 2015-10-05 17:12:50 -07:00
game Simplify the usage of Navigator's routes argument 2015-10-05 13:59:30 -07:00
hello_world Make fn3 the default widget framework 2015-10-01 09:48:35 -07:00
mine_digger Fix indent. 2015-10-03 22:56:30 +02:00
raw Moves from vector_math to vector_math_64 2015-10-01 14:46:13 -07:00
rendering Switch scheduler over to Duration 2015-10-03 13:48:57 -07:00
stocks ToolBar with a TabBar shouldn't have a shadow 2015-10-05 23:41:14 -07:00
widgets Simplify the usage of Navigator's routes argument 2015-10-05 13:59:30 -07:00
BUILD.gn Update playfair revision 2015-08-19 09:05:30 -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.