Install Xcode
Ensure Xcode is installed on your Mac.
Navigate to the Project Directory
cd se-bu-passport-arts/bu_passport
Get Dependencies
Run the following command to fetch all required dependencies:
flutter pub get
Open iOS Simulator
Launch the iOS Simulator by running:
open -a Simulator
Run the App
Start the app using Flutter:
flutter run
Reference tutorial:
https://www.youtube.com/watch?v=1ukSR1GRtMU&list=PL4cUxeGkcC9jLYyp2Aoh6hcWuxFDX6PBJ
Open se-bu-passport-arts/bu_passport
directory as a project in Android Studio.
Click “Get dependencies”
OR run flutter pub get
in the terminal.
Troubleshooting