flutter/examples
Viktor Lidholt 26234b1041 Merge pull request #1580 from vlidholt/master
Working joints in sprite physics
2015-10-12 14:10:19 -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 Merge pull request #1580 from vlidholt/master 2015-10-12 14:10:19 -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 Update arrow in stocks search to use ColorFilter 2015-10-12 10:09:57 -07:00
rendering Reattach fitness to the build 2015-10-12 00:24:24 -07:00
stocks Merge pull request #1574 from abarth/material_canvas 2015-10-12 11:09:48 -07:00
widgets Add .old extension to silence analyzer 2015-10-12 13:45:33 -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.