Simulator.Screen.Recording.-.iPhone.14.Pro.Max.-.2023-10-01.at.13.15.26_compressed.4.mp4
Flutter: 3.13.3
- Add Flutter to your machine
- Open this project folder with Terminal/CMD
- Ensure there's no cache/build leftover by running
flutter clean
in the Terminal - Run in the Terminal
flutter packages get
- Run in the Terminal
flutter packages pub run build_runner build --delete-conflicting-outputs
- Copy Base Url from backend in path lib/Core/Constants/api.dart ==> replace in var apiUrl
==========================================================================================================================================================================
- Open ios folder inside Terminal/CMD
- Run in the Terminal
pod install
- Run in the Terminal
pod update
- Open Android Emulator or iOS Simulator
- Run
flutter run
For more information, check out the official documentation