flutter_themez 4.0.1
flutter_themez: ^4.0.1 copied to clipboard
A simple wrapper for Flutter's ThemeData. Including "light" and "dark".
Flutter Themez #
4.0.1 #
- Upgrade Flutter SDK.
- Use
BottomAppBarThemeData
instead ofBottomAppBarTheme
.
3.2.2 #
- Fix an issue with
snackBarTheme
not settingfontFamily
correctly.
3.2.1 #
- Fix
snackBarTheme
light/dark defaults.
3.2.0 #
- Add
snackBarTheme
parameter. - Fix some issues with
textTheme
not settingfontFamily
correctly.
3.1.2 #
- Fix
systemOverlayStyle
when in dark mode.
3.1.1 #
- Fix
AppBarTheme
backgroundColor when in dark mode.
3.1.0 #
- Add
useMaterial3
property to allow users to opt in. - Adjust default
appBarTheme
for light/dark.
3.0.0 #
- Update Flutter to latest version.
- Replace
withOpacity
withwithValues
. - Replace
TabBarTheme
withTabBarThemeData
. - Replace
MaterialStateProperty
withWidgetStateProperty
.
2.0.9 #
- Fix TabBar font.
2.0.5 #
- Provide additional parameter.
2.0.3 #
- Provide more documentation.
2.0.1 #
- Allow reconstruction of themez.
2.0.0 #
- BREAKING:
- Change
primary
/secondary
colors todart:ui
color.
- Change
- Other:
- Add extra params to the constructor.
1.2.2 #
- Update lints.
1.2.1 #
- Use
ThemeData.estimateBrightnessForColor
method instead when gettingColorExtension.brightness
.
1.2.0 #
- Add NavigationRailTheme.
1.1.0 #
- Update dependency constraints.
1.0.8 #
- Modify elevated button theme.
1.0.7 #
- Bump dependency versions.
1.0.6 #
- Bump versions.
1.0.5 #
- Fix some lints.
1.0.4 #
- Fix TabBar light and add label color.
1.0.3 #
- Add TabBarTheme.
1.0.2 #
- Update readme.
1.0.1 #
- Change directory structure to match standards.
1.0.0 #
- Initial release.