A clean, offline-first Flutter app to track your money — income, expenses, and budgets in one place.
| Feature | Description |
|---|---|
| Transactions | Add, edit, and delete income or expense records |
| Monthly filter | Browse transactions by month quickly |
| Search | Find any transaction instantly by keyword |
| Charts | Visual income vs expenses breakdown |
| Budget | Set spending limits per category |
| CSV export | Export your data for external analysis |
| Backup & restore | Never lose your data |
| Dark mode | Easy on the eyes, day or night |
Download the latest .apk from Releases and install it on any Android device.
Enable Install from unknown sources in your Android settings before installing.
git clone https://github.com/Arjuanto/financial_tracker
cd financial_tracker
flutter pub get
flutter run- Flutter — UI framework
- Dart — language
- SQLite / Hive — local storage
- fl_chart — charts
csv— exportpath_provider— file access
MIT © Arjuanto






