Skip to content

luckstraw/Mobap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mobap: Laboratory Activities Repository

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

📂 Contents

  1. Lab 1
  2. Lab 2
  3. Lab 3
  4. Lab 4
  5. Lab 5
  6. Lab 6
  7. Lab 7

🚀 How to Run Each Lab

Prerequisites

  • Flutter SDK Installation Guide
  • XAMPP
  • Firebase Account
  • Device or Emulator
  • Infinity Free Acccount
  • Emailjs Account

General Steps

  1. Clone the repository then navigate to the directory::
git clone https://github.com/luckstraw/Mobap.git
cd Mobap
  1. Use git checkout to 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
  1. Get the dependencies:
flutter pub get
  1. Then Follow the Instruction in the README.md of that branch

About

Compilation of Laboratory Activities in Mobile Application Development

Topics

Resources

Stars

Watchers

Forks