tree: faa36c2a67b200407fb75f9383f0409a59695ac8 [path history] [tgz]
  1. api/
  2. flutter_view/
  3. hello_world/
  4. image_list/
  5. layers/
  6. platform_channel/
  7. platform_channel_swift/
  8. platform_view/
  9. splash/
  10. flutter_gallery.readme
  11. README.md
examples/README.md

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.