flutter/examples
gaaclarke 3122786ad5
Fixed build of example code to use new binary messenger API. (#35825)
Fixed build of example code to use new binary messenger API.
2019-07-10 13:10:05 -07:00
..
catalog flutter/tests support (#33140) 2019-07-10 12:10:28 -07:00
flutter_gallery flutter/tests support (#33140) 2019-07-10 12:10:28 -07:00
flutter_view Build all example projects in CI build smoke test (#35778) 2019-07-09 16:00:33 -07:00
hello_world update packages (#35573) 2019-07-04 11:26:19 -07:00
image_list update packages (#35573) 2019-07-04 11:26:19 -07:00
layers Remove CoocaPods support from layers example app (#35780) 2019-07-09 10:38:40 -07:00
platform_channel flutter/tests support (#33140) 2019-07-10 12:10:28 -07:00
platform_channel_swift Fixed build of example code to use new binary messenger API. (#35825) 2019-07-10 13:10:05 -07:00
platform_view Build all example projects in CI build smoke test (#35778) 2019-07-09 16:00:33 -07:00
stocks flutter/tests support (#33140) 2019-07-10 12:10:28 -07:00
README.md Replace flutter.io with flutter.dev (#30562) 2019-04-05 11:39:30 -07:00

Flutter Examples

This directory contains several examples of using Flutter. To run an example, use flutter run inside that example's directory. See the getting started guide to install the flutter tool.

For additional samples, see the flutter/samples repo.

Available examples include:

Notes

Note on Gradle wrapper files in .gitignore:

Gradle wrapper files should normally be checked into source control. The example projects don't do that to avoid having several copies of the wrapper binary in the Flutter repo. Instead, the Gradle wrapper is injected by Flutter tooling, and the wrapper files are .gitignore'd to avoid making the Flutter repository dirty as a side effect of running the examples.