Skip to content

arihant-jain-09/fusion-flutter-UI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fusion Mobile

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.

Software Requirements

Use one of the following IDE's:

  • Android Studio (Recommended)
  • VS Code

Flutter: Use Stable Version 2.0

Downloading the code

  • 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/

Setting upstream

  • 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

Switching branch

  • git checkout -b <module-name>

    • Creates a new branch <module-name> in your repository
  • git checkout <module-name>

    • Switches to the branch you just created

To update your Project

  • git fetch upstream

    • Gets the new commits on the main repository
  • git pull upstream <branch-name>

    • Merges the new updates to your project

Getting Started

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages