flutter_themez 3.1.0
flutter_themez: ^3.1.0 copied to clipboard
A simple wrapper for Flutter's ThemeData. Including "light" and "dark".
Flutter Themez #
[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.