This repository contains all the laboratory activities for the Mobile Application Development (Mobap) subject.
To view the source code for each laboratory switch to the corresponding branch
- Flutter SDK Installation Guide
- XAMPP
- Firebase Account
- Device or Emulator
- Infinity Free Acccount
- Emailjs Account
- Clone the repository then navigate to the directory::
git clone https://github.com/luckstraw/Mobap.gitcd Mobap- Use
git checkoutto switch to the desired branch for each lab
git fetch --all # Fetch all the remote branch first
git checkout -b Lab1 origin/Lab1 # Replace with the lab folder you want to access- Get the dependencies:
flutter pub get- Then Follow the Instruction in the README.md of that branch