Skip to content

Latest commit

 

History

History
94 lines (49 loc) · 2.14 KB

CHANGELOG.md

File metadata and controls

94 lines (49 loc) · 2.14 KB

1.0.0

  • Initial version.

1.0.1

  • Adding more comments and cleaning up the code a little bit.

1.0.2

  • Adding mode documentation, small re-factorization.

1.0.3

  • Adding a generic AppBar Factory and a model for it. See example, dashboard.dart, for more details.

1.0.4

  • Adding generic components for the Dashboard screen

1.0.5

  • Added support for scrollable content using draggable_home widget
  • Implemented all required components for expenses and investments

1.0.6

  • Better names for components

1.0.7

  • Converted simple objects into stateless widgets.

1.0.8

  • Converted CategorySummary object into stateless widgets.

1.0.9

  • Add support for text style for income_expense_list_view.dart

1.0.10

  • Add support for color for income_expense_list_view.dart

1.0.11

  • Add support for elevation for income_expense_list_view.dart

1.0.12

  • (bug fix) Add support for elevation for income_expense_list_view.dart

1.0.13

  • Add support for coloured value for income_expense_list_view.dart

1.0.14

  • Make SubcategoryProgressIndicator more flexible.

1.0.15

  • Make income and expense chart more flexible, inside gap is customizable now.
  • Make subcategory progress indicator customizable, split width by can be set by the user.
  • Make the bottom navigation bar label customizable using the theme data, example of label text size setup is implemented in theme model.

1.0.16

  • Add support for floating action button for ScrollableScaffold

1.0.17

  • OverallSummary supports string as arguments instead of double in order to display values and currency.

1.0.18

  • Adding the onTap capability to investment, expenses, debts and rounded_rectangular_button.

1.0.19

  • BugFix for 1.0.18, we need for each element to be editable, not the entire list.

1.0.20

  • CategorySummary string for value instead of double.

1.0.21

  • Multiple fixes which covers the case where the text does not fit, it will scale down accordingly.

1.0.22

  • Add support for the widget that is displayed whe the user scrolls down all the content, on ScrollableScaffold set expandedBody property with whatever widgets you want to display..