A flutter application used for managing your expenses.
- Add new expense
- View the expenses
- Stores expense reports in local database using Sqlite
- [ ] Calculation related to total money have and balance after expenses.
- [ ] Add features like date of purchase, Type of purchase.
- [ ] Sorting of expenses based on different properties of purchase.
- [ ] Implement more appealing visual design.
- [ ] Implement cloud storage using Firebase.