flutter/examples
2022-09-09 21:17:11 +00:00
..
api Normalize examples (#111223) 2022-09-09 21:17:11 +00:00
flutter_view [Windows] Hide app until first frame is drawn (#109816) 2022-08-30 14:26:21 +00:00
hello_world Revert "[Windows] Use dark title bar on dark system theme" (#110890) 2022-09-03 00:18:34 +00:00
image_list
layers
platform_channel Revert "[Windows] Use dark title bar on dark system theme" (#110890) 2022-09-03 00:18:34 +00:00
platform_channel_swift Manually update DWDS version to v.16.0.0 (#110822) 2022-09-02 19:17:48 +00:00
platform_view [macOS] Add platform_view example. (#111005) 2022-09-07 18:12:51 +00:00
splash
flutter_gallery.readme
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.