flutter/examples
2019-06-03 23:19:42 -07:00
..
catalog Add a real-er web restart, doctor, workflow (#33786) 2019-06-03 23:19:42 -07:00
flutter_gallery Add a real-er web restart, doctor, workflow (#33786) 2019-06-03 23:19:42 -07:00
flutter_view Revert "Disable CocoaPods input and output paths in Xcode build phase and adopt new Xcode build system (#33684)" 2019-06-03 17:19:53 -07:00
hello_world Revert "Disable CocoaPods input and output paths in Xcode build phase and adopt new Xcode build system (#33684)" 2019-06-03 17:19:53 -07:00
layers Reland "Clean up some flutter_tools tests and roll dependencies" (#33225) 2019-05-29 19:04:35 -07:00
platform_channel Add a real-er web restart, doctor, workflow (#33786) 2019-06-03 23:19:42 -07:00
platform_channel_swift Reland - Wire up hot restart and incremental rebuilds for web (#33533) 2019-05-29 22:46:28 -07:00
platform_view Revert "Disable CocoaPods input and output paths in Xcode build phase and adopt new Xcode build system (#33684)" 2019-06-03 17:19:53 -07:00
stocks Add a real-er web restart, doctor, workflow (#33786) 2019-06-03 23:19:42 -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.