The first flutter tutorial I followed, revisited for reference in school projects.
- Dart 100%
| lib | ||
| test | ||
| .gitignore | ||
| analysis_options.yaml | ||
| pubspec.yaml | ||
| README.md | ||
flutter_namer_tutorial
The first flutter tutorial I followed, revisited for reference in school projects.
Installation
- Install flutter. Follow the instructions on https://flutter.dev/
- Run
flutter create .in the root of this repository
Usage
- View available devices with
flutter devices, emulators withflutter emulators - Use
flutter run -d <device>to run on an attached debug device (this device / emulator / connected mobile device) - View available build types with
flutter build -h, build withflutter build <target>