persist_theme 1.5.0
persist_theme: ^1.5.0 copied to clipboard
A flutter plugin for persisting the theme data. Support for Dark Modes.
1.5.0 #
- Fixing Color Bug
1.0.4 05.14.2019 #
- Upgrading Dependencies
1.0.3 05.09.2019 #
- Support for
get darkThemefor System wide dark mode - Updated Example
1.0.2 05.04.2019 #
- Support for Desktop
1.0.1 04.07.2019 #
- Updated Example
1.0.0 04.07.2019 #
- Breaking Changes: removed theme class in favor of
localstorageplugin - Removed
path_providerplugin - Updated some theme logic
- Adding
keyif you want to save multiple themes - Changing
readFromDisktoinit - Added
resetoption
0.1.0 04.06.2019 #
- Updating Example to be Desktop Aware
0.0.3 #
- Adding Support for ThemeData overrides
- Adding Default Theme
- Updated Example
0.0.2 #
- Fixing Analysis Issues
0.0.1 #
- Created Plugin