Skip to content

kunal-umap/Expances_Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

152 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

expances_management

A new Flutter project.

Getting Started

Setup

Run the following commands from your terminal:

  1. Fork Repositories.

  2. Clone to to your local system by using following comand.

    git clone https://github.com/<your_user_name>/Expances_Manager.git
    
  3. In the project root directory to install all the required dependencies.

    flutter pub get
    

How to contribute(push update)

  1. Add reference to original repository

    git remote add upstream https://github.com/kunal-umap/Expances_Manager.git
    
  2. Before making any changes in the repository, always take a pull from the upstream repository to your branch to keep it updated with remote repository.

    git pull upstream main
    
  3. Create a new branch.

    git checkout -b <your_branch_name>
    
  4. Make the necessary changes

  5. Add your changes/track

    git add .
    
  6. Commit your changes

    git commit -m "Relavent massage"
    
  7. Push the commited changes in your branch to your remote repository

    git push -u origin <your_branch_name>
    
  8. Make a pull request on GitHub


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 development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.


This project is under construction 🚧

Contribution are always welcome from our side 💖

About

Expances Management app To manage daily expances using Flutter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors