flutter_easy_theme 1.0.0
flutter_easy_theme: ^1.0.0 copied to clipboard
A lightweight Flutter package for theme management with persistent theme mode support.
1.0.0 #
- Initial release.
- Added the
EasyThemewidget for theme management. - Added persistent theme storage using
SharedPreferences. - Added
BuildContextextensions for convenient theme access and control. - Supported
ThemeMode.light,ThemeMode.dark, andThemeMode.system. - Automatically responded to system brightness changes.
- Added
easyColormethod toBuildContextfor adaptive color handling. - Added
isDarkandisLightgetters toBuildContextfor quick theme status checks.