Skip to content

Files

Failed to load latest commit information.

Latest commit

 Cannot retrieve latest commit at this time.

History

History

examples

Flutter example apps

To analyze, test and run individual apps, execute the following commands from the repo root ($PROJECT represents the app project path, such as examples/layout/lakes/step6):

  1. flutter create --no-overwrite $PROJECT
  2. cd $PROJECT
  3. dart analyze
  4. flutter test
  5. flutter run

To learn more about setting up Flutter and running apps, see docs.flutter.dev/get-started.