Personal expense manager to manage your income and expense. Keep track of your income and expenses. You can create several account book to manage your seperate income and expenses. Some graphs here will help you to have a quick look on your balance flow.
- Multiple account book management
- Multiple wallet management
- Cash flow
- Expense graph
- Income and expense bar chart
- Add income and expense on several categories and tags.
- In app calculator
- Entry list on a date range.
- Filter entries.
- Search description.
Run following commands after cloning this repository:
$ flutter pub get
$ flutter pub run build_runner build
$ flutter run
- RxDart
- Flutter Bloc
- Provider
- Flutter Toast
- Math Expression
- Moor
- Path Provider
- Table Calander
- Intl
- Parcent Indicator
- Date Range Picker
- MPChart
- Shared Preference
- CSV
- Build Runner
- File name convention not followed properly
- Top five entries list in home is not updating when new entry added
- All entries list is not updating after editing an entry
- Fork it
- Create your feature branch (git checkout -b new_branch)
- Commit your changes (git commit -m 'New feature')
- Push to the branch (git push origin new_branch)
- Create new Pull Request