theme_setting 0.0.2
theme_setting: ^0.0.2 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.0.2 #
- ✅ Added
DarkModeHydratedCubitfor persistent dark mode management. - ✅ Integrated with
hydrated_blocfor automatic state restoration. - ✅ Provided
ThemeSwitchDarkModeHydratedCubitImplwidget for UI toggle. - ✅ 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.