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.
Login | Sign Up |
---|---|
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
DonationBox/
|- android
|- assets/poster
|- build
|- ios
|- lib
|- model
|- view-model
|- view
|- test
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
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