Skip to content

nihir27/codelabs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flutter codelabs

Build Status

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 62.8%
  • C++ 16.3%
  • CMake 9.7%
  • Ruby 2.6%
  • TypeScript 2.0%
  • HTML 2.0%
  • Other 4.6%