This project is a starting point for a Flutter application.
- Ensure you have Flutter installed. Follow the instructions here to install Flutter on your machine.
- Ensure you have an IDE such as Android Studio or Visual Studio Code installed.
-
Install Android Studio:
- Download and install Android Studio from here.
- Open Android Studio and go to
Preferences>Pluginsand install the Flutter and Dart plugins. - Set up an Android emulator by going to
AVD Managerand creating a new virtual device.
-
Run the Flutter App on Virtual Device:
- Open your Flutter project in Android Studio.
- Start the Android emulator from
AVD Manager. - Click on the
Runbutton or use the commandflutter runin the terminal. - Press
F5to start debugging and experience the development environment.
-
Enable Developer Mode on your device:
- Go to
Settings>About phoneand tapBuild numberseven times to enable developer mode. - Go to
Settings>Developer optionsand enableUSB debugging.
- Go to
-
Connect your device:
- Connect your Android device to your computer using a USB cable.
- Ensure your device is detected by running
flutter devicesin the terminal.
-
Run the Flutter App on Physical Device:
- Open your Flutter project in your preferred IDE.
- Select your connected device from the device dropdown.
- Click on the
Runbutton or use the commandflutter runin the terminal. - Press
F5to start debugging and experience the development environment.
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
© 2025 Huy IT
