Skip to content

Another-PR/donation_box

Repository files navigation

Donation Box

Application made in Flutter, to help people donation to reputated NGOs and track where and how their money is been used. Still in initial face of development.

Screenshots

Login Sign Up

Installation

Step 1:

Download or clone this repo by using the link below:

https://github.com/Another-PR/donation_box.git

Step 2:

Go to project root and execute the following command in console to get the required dependencies:

flutter pub get 

Step 3:

Attach android or iOS device and execute following command:

flutter run 

Project Structure

DonationBox/
|- android
|- assets/poster
|- build
|- ios
|- lib
   |- model
   |- view-model
   |- view
|- test

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Contribution

Step 1:

Fork Repository

Click on the Fork

Step 2:

Clone Forked repository Repository

git clone [Forked Repo link]

Step 3:

Make Necessary Changes

Step 4:

Syncing a Forked Repository with Upstream

git remote add upstream https://github.com/Another-PR/donation_box.git
git fetch upstream
git checkout master
git merge upstream/master

Step 5:

Push Changes to Forked Repository

git push

Step 6:

Create Merge Request

By navigating to Create New Merge request