March 25, 2021

78 words 1 min read

flutter/codelabs

flutter/codelabs

Flutter codelab examples

repo name flutter/codelabs
repo link https://github.com/flutter/codelabs
homepage
language Dart
size (curr.) 11747 kB
stars (curr.) 225
created 2018-07-30
license BSD 3-Clause “New” or “Revised” License

Flutter codelabs

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

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

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

comments powered by Disqus