fire_core_components 1.0.22 copy "fire_core_components: ^1.0.22" to clipboard
fire_core_components: ^1.0.22 copied to clipboard

A simple way of managing multiple screen sizes, you just need to provide a PageContentBuilder implementation and a list of PageDestinationModel and the application will automatically adjust to any scr [...]

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..
0
likes
110
pub points
36%
popularity

Publisher

unverified uploader

A simple way of managing multiple screen sizes, you just need to provide a PageContentBuilder implementation and a list of PageDestinationModel and the application will automatically adjust to any screen size. For very small screen sizes wrap the widget into a FittedBox widget and set git to BoxFit.scaleDown and the app will adapt even better.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

cupertino_icons, draggable_home, fl_chart, flutter, google_fonts, provider

More

Packages that depend on fire_core_components