Warning
This project is archived. I recommend using oinkoin.
Keep track of income and expenses
Money Manager is an app that allows users to track their income and expenses. You can log the name and the amount of the transaction, and whether it is an income or an expense. You can view all income and expenses in a list view, along with the total balance.
Coming soon.
- Download the appropiate APK for your device from the releases page. If you don't know which to choose, you'll probably want to pick app-arm64-v8a-release.apk.
- If prompted, give permission to install from unknown sources
- Google Play Protect will warn you that the author of the app is not verified. You can ignore this warning by clicking Details and then Install Anyway.
If you run into any problems, or have a suggestion for a new feature, please first check if someone else has already reported/suggested it in the issues page. If not, feel free to open a new issue.
- Flutter >= 3.13.5
- Dart >= 3.1.2
- Java >= 17
A full tutorial on how to get started with Flutter is available at https://docs.flutter.dev/get-started/install
- Clone and open this repository:
git clone https://github.com/2zqa/money_manager_flutter.git && cd mediary
- Run
flutter pub get
- Setup a keystore for signing the app. You can follow this guide to do so.
- Run
flutter build apk --split-per-abi
Thanks for considering contributing! To get started:
- Create an issue describing what you want to change
- Fork this repository and clone it
- Make your changes
- Submit a pull request, referencing the issue you created with "Closes #<issue-number>" in the description
Mediary is licensed under the GNU GPLv3 license.