项目作者: 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
创建时间: 2020-08-04T12:43:14Z
项目社区:https://github.com/shafayathossain/Flutter-Expense-Manager

开源协议:

下载


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:

  1. $ flutter pub get
  2. $ flutter pub run build_runner build
  3. $ 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

  1. Fork it
  2. Create your feature branch (git checkout -b new_branch)
  3. Commit your changes (git commit -m ‘New feature’)
  4. Push to the branch (git push origin new_branch)
  5. Create new Pull Request