braulio94 / flutter_app_example

Flutter app examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

flutter create .
flutter run -d macos

Linux

flutter create .
flutter run -d linux

Linux

flutter create .
flutter run -d windows

Web

flutter create .
flutter run -d chrome

About

Flutter app examples

License:BSD 2-Clause "Simplified" License


Languages

Language:Dart 99.2%Language:HTML 0.8%