SETTING UP THE MOBILE APP
Setting Up the Mobile App (Flutter)
Run the Flutter App
For Android
1. Connect your Android device or launch an emulator.
2. Run the following command:
flutter run
3. The app will be installed and launched on your device.
For iOS
1. Open the Flutter project in Xcode.
2. Run the following command:
flutter run
3. The app will launch in the iOS simulator or device.