- Install Flutter
- Connect an Android device to the computer with USB debugging enabled
- Run the following
flutter packages get
flutter run
For active development, the workflow described on the Flutter developer site can be used
flutter packages get
flutter run
For active development, the workflow described on the Flutter developer site can be used