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):
flutter create --no-overwrite $PROJECTcd $PROJECTdart analyzeflutter testflutter run
To learn more about setting up Flutter and running apps, see docs.flutter.dev/get-started.