Debting is a basic mobile application intended to track lending or borrowing money activities. Currently, the only available currency is Indonesian Rupiah (IDR).
Features in Debting:
Create, update, and delete a contact (person who you owe to or owes you).
Create, update, and delete a debt.
View list of debts.
View aggregate of your debts, for each person or in total.
Send list of debts to someone from contact via Whatsapp (currently only available to Indonesian phone number).
Clear all debts you/someone owe(s) at once.
Clear all data.
Input amount via calculator.
For screenshots, go to/doc
.
To build.apk
file for this app, follow these commands:
Runflutter build apk --release
command.
.apk
file is ready to use inbuild/app/outputs/flutter-apk/app-release.apk
.
To install application directly to connected device, follow these commands:
Make sure your device is connected to
Open project root folder in terminal
Runflutter install
command.
