stacked_themes 0.2.4 stacked_themes: ^0.2.4 copied to clipboard
A set of classes to help you better manage Themes in flutter
0.2.4 #
- provider: ^4.3.3 -> ^5.0.0
- rxdart: ^0.25.0 -> ^0.26.0
- shared_preferences: ^0.5.12+4 -> ^2.0.4
- get_it: ^5.0.6 -> ^6.0.0
0.2.3 #
- Use get_it newInstance to avoid clashing with the app
0.2.2+2 #
- Updates packages to the latest
0.2.2+1 #
- Updates get it to latest
0.2.2 #
- Re-apply system ThemeMode when we get back from background
0.2.1+1 #
- Fixes bad push
0.2.1 #
- Exposes
ThemeManagerMode
on theThemeService
andThemeMode
on theThemeManager
.
0.2.0 #
- Adds functionality for setting the
ThemeMode
directly usingsetThemeMode
function on theThemeManager
0.1.0+1 #
- Adds missing parameter in theme mode
0.1.0 #
- Initial release of Themes functionality