playx_theme 0.2.0 playx_theme: ^0.2.0 copied to clipboard
Easily change and configure current app theme with a lot of features like having custom colors for each theme and more.
0.2.0 #
Note: This release has breaking changes.
New features #
- PlayxTheme now has
isDeviceInDarkMode
to indicate whether the user device is in dark mode or not. - XThemeConfig now has
defaultThemeIndex
to specify the default theme index that will be used first time as default theme. - new
ImageTheme
widget which is a widget that is themed by image content by providing image provider to be used with Material3 themes. - new utilities to be used like
getBlendedColorScheme
which blends two color schemes together and returns a new color scheme to be used with Material3 themes. - Included
flex_seed_scheme
package which is more flexible and powerful version of Flutter's ColorScheme.fromSeed and uses multiple seed colors, custom chroma and tone mapping to enahce creating a color scheme for Material3.
BREAKING Changes #
XColorScheme
was renamed toXColors
.- a Removed abstract colors like primary, secondary, background,surface, error ,onPrimary, Color get onSecondary, onBackground, onSurface, onError from
XColors
. XTheme
colors property now have default value which isDefaultColors
.
0.1.0 -0.1.1 #
- BREAKING : Refactor
AppTheme
to bePlayxTheme
. - BREAKING : Refactor
XTheme
theme property fromThemeData
toThemeData Function( Locale locale)
- Move
PlayxCore.boot()
to be called individually.
0.0.8 -0.0.9 #
- update packages
0.0.6 -0.0.7 #
- update packages
- Add
dispose
function toAppTheme
to clear unused resources.
0.0.5 #
- BREAKING : Refactor
XThemeConfig
[nameBuilder] function to String [name] - Added [updateById]: Updates theme using it's id.
- Added [forceUpdateTheme] variable to change theme functions which force the app to rebuild all widget after changing the theme. Useful when depending on colorScheme in your widgets.
0.0.4 #
- Add support for Dart 3.0.0 and Flutter 3.10
- Add new
XColorScheme
which is a new way to configure custom colors for each themes.
see Readme.md for more details about it.
0.0.2 #
- update packages
0.0.1+1 #
- fix typo
0.0.1 #
- initial release.