A clean and responsive Flutter application to track your income and expenses efficiently with local storage and powerful filtering capabilities.
- ✅ Add / Edit / Delete transactions
- ✅ Categorize each transaction (Food, Travel, Salary, Others)
- ✅ Income / Expense / Balance summary at the top
- ✅ Powerful search by reason and category
- ✅ Data persistence using SQLite
- ✅ Toggle between light and dark themes
- ✅ Detailed charts and graphs (via
fl_chart) - ✅ Responsive and user-friendly UI
- Flutter 3.x
- Dart
- SQLite (Local database)
- SharedPreferences (For theme settings)
- fl_chart (For income vs expense charts)
- uuid (To generate unique IDs)
- Clone the repository:
git clone https://github.com/arunkart-dev/personal_expense_tracker.git cd personal_expense_tracker