flutter/examples
2020-02-24 14:19:43 -08:00
..
catalog [versions] update sync http dependency (#50981) 2020-02-18 11:26:17 -08:00
flutter_gallery [flutter_tools] remove vm_service_client dependency from flutter tool (#51227) 2020-02-24 14:19:43 -08:00
flutter_view Reduce gradle deps (#50691) 2020-02-12 21:14:54 -08:00
hello_world [web] Smoke tests for web engine (#51003) 2020-02-24 13:09:21 -08:00
image_list [versions] reland update test to 1.12.0 (#50879) 2020-02-18 10:38:54 -08:00
layers [versions] reland update test to 1.12.0 (#50879) 2020-02-18 10:38:54 -08:00
platform_channel [versions] update sync http dependency (#50981) 2020-02-18 11:26:17 -08:00
platform_channel_swift [versions] update sync http dependency (#50981) 2020-02-18 11:26:17 -08:00
platform_view Reduce gradle deps (#50691) 2020-02-12 21:14:54 -08:00
splash [versions] reland update test to 1.12.0 (#50879) 2020-02-18 10:38:54 -08: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.