theme_mode_handler 3.0.0 theme_mode_handler: ^3.0.0 copied to clipboard
Flutter widget to change `themeMode` during runtime and persist it across restarts
3.0.0 #
- Support null-safety.
- BREAKING CHANGE: A new
placeholderWidget
property is supported to display a custom widget while the theme is loaded. It replaces thewithFallback
property. If not specified, it'll display an empty container as before.
- BREAKING CHANGE: A new
2.0.0 #
- Allow management of theme by consumer.
- BREAKING CHANGE: A new
manager
property that implementsIThemeModeManager
is required.
- BREAKING CHANGE: A new
1.0.0 #
- Initial release.