2zqa / money_manager_flutter

Keep track of income and expenses

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Warning

This project is archived. I recommend using oinkoin.

App icon Money Manager

Build and release APKs

Keep track of income and expenses

Description

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.

Screenshots

Coming soon.

Installing

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

Help and feedback

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.

Building from source

Prerequisites

  • 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

Building

  • 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

Contributing

Thanks for considering contributing! To get started:

  1. Create an issue describing what you want to change
  2. Fork this repository and clone it
  3. Make your changes
  4. Submit a pull request, referencing the issue you created with "Closes #<issue-number>" in the description

License

Mediary is licensed under the GNU GPLv3 license.

About

Keep track of income and expenses

License:GNU General Public License v3.0


Languages

Language:Dart 99.3%Language:Kotlin 0.7%