项目作者: shafayathossain
项目描述 :
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.
高级语言: Dart
项目地址: git://github.com/shafayathossain/Flutter-Expense-Manager.git
Expense Manager
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.
Features
- 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.
Screenshots

How to run
Run following commands after cloning this repository:
$ flutter pub get
$ flutter pub run build_runner build
$ flutter run
Third party libraries used
Bugs
- 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
Contribution
- 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