theme_setting 0.1.1
theme_setting: ^0.1.1 copied to clipboard
A lightweight Flutter package for managing app themes and persistent dark mode using hydrated_bloc. Includes theme switching widget, JSON color utilities, and get_it integration.
Changelog #
All notable changes to this project will be documented in this file.
0.1.1 #
0.1.0 #
0.0.8 #
0.0.7+1 #
0.0.7 #
- ✅ Update Register Theme Setting Bloc Provider.
0.0.6 #
- ✅ Added Register Theme Setting Bloc Provider.
0.0.5 #
- ✅ Added BrightnessExtension For
Light/Darkmode checker.
0.0.4 #
- ✅ Rename ThemeSwitchDarkModeHydratedCubitImpl to ThemeSwitchToggleButton.
0.0.3 #
- ✅ Provided
ThemeSwitchDarkModeHydratedCubitImplwidget for UI toggle.
0.0.2 #
- ✅ Added
DarkModeHydratedCubitfor persistent dark mode management. - ✅ Integrated with
hydrated_blocfor automatic state restoration. - ✅ Included JSON color utility class
JsonColorUtil. - ✅ Support for custom
SupportedThemeNameenum. - ✅ Exported useful BLoC files for external use.
- ✅ Added
get_itregistration function for dependency injection convenience.
This release establishes the foundation for future theme management features.