In this project, using Flutter and Dart to develop an expense tracker app. Users can add expenses by inputting the title, amount, date, and category and delete expenses. Additionally, the app will display a chart showing the proportion of each category’s total amount in increasing order.
There is an advanced version:
Check it out now.
-
After entering values from the form, the Chart will display the difference in bar heights between each category, reflecting the proportion of each item's Total Amount.
-
The implement the form: Input Title, Amount and choose the Date, Category.
-
The Warning will show after pushing "Save" button if invalid input detected.
-
The chart also reflects the proportion of each item's total amount in Increasing Order.
-
Swipe to delete the expense. A snack bar appears, allowing undo the deletion by pressing the button on it.
-
When there is no expenses found, a Hint will show.
-
In window view, the chart’s size changes in order to fit the window when user re-size it.
A few introductory tutorials: