vhcblade_theme 0.3.2
vhcblade_theme: ^0.3.2 copied to clipboard
Holds themes for VHCBlade projects.
0.3.2 #
- Added ScaffoldBackgroundColor to created themes
- Changed Appbar behavior to use primary as the background color
- Updated Deprecated Values to the updated versions
0.3.1 #
- Added useMaterial3 argument to VHCBladeTheme which defaults to false to maintain the same behavior from before this addition.
0.3.0 #
- Updated event_db to 0.2.0
0.2.4 #
- Fixed Issue with FadeThroughWidgetSwitcher showing a white color when child is transparent.
0.2.3 #
- Added unlock support for theme picker
0.2.2 #
- Added RowAlignment to FlexibleGrid
0.2.1 #
- Added ShrinkWrap argument to FlexibleGrid
0.2.0 #
- Added VHCBladeTheme and default themes
- Added VHCBladeThemeBloc and VHCBladeThemePicker
- Added dependencies to provider and event_db
0.1.1 #
- Added Common Shared Widgets across apps
- FadeThroughWidgetSwitcher - creates a fade through transition when the child widget changes
- Flexible Grid - Similar to the GridView implementation, but children can be any size.
0.1.0 #
- Initial Version