flutter/examples
Shi-Hao Hong e7ef75680e
Update Dark Theme disabledColor to White38 (#35136)
* Add Colors.white38

* Update ThemeData.disabledColor and ButtonThemeData.disabledColor to Colors.white38

* Update pre-existing tests to expect Colors.white38 instead of Colors.white30

* Update API documentation to reflect these changes
2019-07-10 08:50:24 -07:00
..
catalog update packages (#35573) 2019-07-04 11:26:19 -07:00
flutter_gallery Build all example projects in CI build smoke test (#35778) 2019-07-09 16:00:33 -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 update packages (#35573) 2019-07-04 11:26:19 -07:00
platform_channel_swift Build all example projects in CI build smoke test (#35778) 2019-07-09 16:00:33 -07:00
platform_view Build all example projects in CI build smoke test (#35778) 2019-07-09 16:00:33 -07:00
stocks Update Dark Theme disabledColor to White38 (#35136) 2019-07-10 08:50:24 -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.