FusionIIIT is the automation of various functionalities, modules and tasks of/for PDPM Indian Institute of Information Technology, Design and Manufacturing, Jabalpur being developed in Flutter.
Use one of the following IDE's:
- Android Studio (Recommended)
- VS Code
Flutter: Use Stable Version 2.0
- Go to (https://github.com/FusionIIIT/Fusion-mobile) and click on Fork
- You will be redirected to your fork,
https://github.com/<your_user_name>/Fusion-mobile
- Open the terminal, change to the directory where you want to clone the Fusion repository
- Clone your repository using
git clone https://github.com/<your_user_name>/Fusion-mobile
- Enter the cloned directory using
cd Fusion-mobile/
git remote add upstream https://github.com/FusionIIIT/Fusion-mobile
- Adds the remote repository (the repository you forked from) so that changes can be pulled from/pushed to it
-
git checkout -b <module-name>
- Creates a new branch
<module-name>
in your repository
- Creates a new branch
-
git checkout <module-name>
- Switches to the branch you just created
-
git fetch upstream
- Gets the new commits on the main repository
-
git pull upstream <branch-name>
- Merges the new updates to your project
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.