RUN THE FLUTTER APP

Run the Flutter App

Set Up Android Emulator
1. Open Android Studio
2. Go to AVD Manager (Tools > Device Manager) and create a virtual device.
3. Start the emulator.
Run the App on an Emulator or Physical Device
Android
1. Connect a physical device via USB (enable Developer Mode and USB Debugging).
2. Run the app
Copy code
flutter run
iOS (macOS only)
1. Connect an iPhone device or use the iOS Simulator (via Xcode).
2. Run the app
Copy code
flutter run