Skip to content

arunkpatra/flutter_app_example

 
 

Repository files navigation

flutter_app_example

Flutter app examples

Manual setup

Since it is a pain to maintain projects for all target, only the minimum needed files are checked in. You should be able to re-create the needed project files (gradle, workspace) using flutter create . in each application folder.

MacOS

Assuming you are on flutter dev channel

flutter create .
flutter run -d macos

Web

Assuming you are on flutter web channel

flutter create .
flutter run -d chrome

About

Flutter app examples

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 99.2%
  • HTML 0.8%