Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 453 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 453 Bytes

Install or run app from source code

Make sure you have Flutter installed, and check flutter doctor.

To run the app in an open emulator or connected device, try flutter run.

To install to your Android or iOS device, run flutter build apk or flutter build ios, then flutter install.

To run the app on Linux, Windows or macOS, check flutter config, flutter doctor and try flutter run.