flutter/examples
Jenn Magder ef792fc30d
Disable CocoaPods input and output paths in Xcode build phase and adopt new Xcode build system (#33684)
Updates the Podfile template to use the CocoaPod disable_input_output_paths installation option which prevents the [CP] Embed Pods Frameworks build phase from outputting the Flutter.framework files.
2019-06-03 16:11:33 -07:00
..
catalog Disable CocoaPods input and output paths in Xcode build phase and adopt new Xcode build system (#33684) 2019-06-03 16:11:33 -07:00
flutter_gallery Disable CocoaPods input and output paths in Xcode build phase and adopt new Xcode build system (#33684) 2019-06-03 16:11:33 -07:00
flutter_view Disable CocoaPods input and output paths in Xcode build phase and adopt new Xcode build system (#33684) 2019-06-03 16:11:33 -07:00
hello_world Disable CocoaPods input and output paths in Xcode build phase and adopt new Xcode build system (#33684) 2019-06-03 16:11:33 -07:00
layers Reland "Clean up some flutter_tools tests and roll dependencies" (#33225) 2019-05-29 19:04:35 -07:00
platform_channel Disable CocoaPods input and output paths in Xcode build phase and adopt new Xcode build system (#33684) 2019-06-03 16:11:33 -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 Disable CocoaPods input and output paths in Xcode build phase and adopt new Xcode build system (#33684) 2019-06-03 16:11:33 -07:00
stocks Disable CocoaPods input and output paths in Xcode build phase and adopt new Xcode build system (#33684) 2019-06-03 16:11:33 -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.