kuati / codelabs

Flutter codelab examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Flutter codelab examples

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Dart 76.7%Language:Kotlin 21.4%Language:Shell 1.9%