/budget-app-ui-flutter

Budget app UI made using dummy data classes which shows the the expenses in barcharts.

Primary LanguageC++

Budget App UI Flutter

This app is a perfect UI design which is made using dummy data classes to represents the made expenses of weekly of different categories in a barchart and radial barchart using the the cleaned MVM architecture. Data is generated using random fucntion so it will change the barchart on every hot-reload.

UI Design

  • Design is made using SilverAppBar widget and CustomPainter is made to represent the radial barchart.

Screenshot_1695639125 Screenshot_1695639129 Screenshot_1695639135

Pednding Section

  • Taking real inputs from the user and adding them to their respective list functions.
  • Adding the functionality of database to store expenses record permanently.