getwidget_plus 4.0.0
getwidget_plus: ^4.0.0 copied to clipboard
GetWidget is open source library that come with pre-build 1000+ UI components. It makes development faster & more enjoyable. You can customize the component as per your need.
Changelog #
4.0.0 - 2024-12-14 #
Fixed #
- Resolved an issue where
CardThemedata was not applying properly toCardwidgets.- Fixed inheritance of
color,shadowColor, andelevationproperties inCardTheme. - Added proper fallback values to ensure compatibility with both light and dark themes.
- Prevented default
CardThemeproperties from overriding custom configurations unintentionally.
- Fixed inheritance of
Changed #
- Updated
CardThemeimplementation to follow Flutter's latest theming standards. - Refactored
ThemeDatato improve consistency and reduce redundancy forCardstyling.
Added #
- Enhanced documentation for
CardThemein theREADME.mdwith examples for custom usage.
Make sure this entry is saved in your CHANGELOG.md file before publishing version 4.0.0. You can now proceed with publishing by running:
flutter pub publish