A new Flutter project.
- flutter run
In the terminal, run the flutter devices
command to verify that Flutter recognizes your connected Android device.
flutter run
flutter emulators
4 available emulators:
apple_ios_simulator • iOS Simulator • Apple • ios
Nexus_6_API_30 • Nexus 6 API 30 • Google • android
Pixel_3a_API_29 • Pixel 3a API 29 • Google • android
Pixel_3a_API_30 • Pixel 3a API 30 • Google • android
To run an emulator, run 'flutter emulators --launch <emulator id>'.
To create a new emulator, run 'flutter emulators --create [--name xyz]'.
You can find more information on managing emulators at the links below:
https://developer.android.com/studio/run/managing-avds
https://developer.android.com/studio/command-line/avdmanager
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.