Running the App on iOS Simulator

  1. Install Xcode

    Ensure Xcode is installed on your Mac.

  2. Navigate to the Project Directory

    cd se-bu-passport-arts/bu_passport
    
  3. Get Dependencies

    Run the following command to fetch all required dependencies:

    flutter pub get
    
  4. Open iOS Simulator

    Launch the iOS Simulator by running:

    open -a Simulator
    
  5. Run the App

    Start the app using Flutter:

    flutter run
    

Running the app in Android Studio

1 Install Android Studio and Flutter

Reference tutorial:

https://www.youtube.com/watch?v=1ukSR1GRtMU&list=PL4cUxeGkcC9jLYyp2Aoh6hcWuxFDX6PBJ

2 Open and prepare project

  1. Open se-bu-passport-arts/bu_passport directory as a project in Android Studio.

  2. Click “Get dependencies”

    截屏2024-12-17 下午12.17.23.png

    OR run flutter pub get in the terminal.

Troubleshooting