flutter/examples
Phil Quitslund ab6df3af40 Bump to Dart SDK 1.23.0-dev.10 (#9051)
* Bump to Dart SDK 1.23.0-dev.10

* allows us to understand flutter usage via telemetry
* brings in `@immutable`

Fixes: #9042

* completer fix

* Update to platform 1.1.1.
2017-03-28 14:53:03 -07:00
..
flutter_gallery Bump to Dart SDK 1.23.0-dev.10 (#9051) 2017-03-28 14:53:03 -07:00
flutter_view Add start-up test for flutter_view sample (#8892) 2017-03-23 13:20:00 +01:00
hello_world Build Flutter app as a framework on iOS (#8971) 2017-03-22 17:41:49 -07:00
layers use color.shadeXxx instead of color[Xxx] (#8932) 2017-03-21 23:14:55 +01:00
platform_channel update platform_channel package name (#9021) 2017-03-27 14:33:15 +02:00
stocks Eliminated DrawerItem, use ListTile instead (#8992) 2017-03-24 15:34:43 -07:00
.gitignore Add an example of an extensible iOS app (#4252) 2016-05-29 14:08:35 -07:00
README.md Rename platform_services to platform_channel (#9018) 2017-03-27 11:17:31 +02:00

Flutter Examples

This directory contains several examples of using Flutter. Each of these is an individual Dart application package.

To run an example, use flutter run inside that example's directory. See the getting started guide to install the flutter tool.

Tip: To see examples of how to use a specific Flutter framework class, copy and paste a URL with this format in your browser. Replace foo with the classname you are searching for (for example, here's the query for examples of the AppBar class).

https://github.com/flutter/flutter/search?q=path%3Aexamples+new+foo

Available examples include: