smart_lib_theme 1.1.1
smart_lib_theme: ^1.1.1 copied to clipboard
A Flutter theme management library for dynamic theme switching with BLoC and ThemeExtension.
Changelog #
1.1.1 - 2026-01-14 #
Changed #
- Added automatic fallback to system theme (light/dark) when no theme is saved.
- Expanded
smart_lib_theme.dartexports to include all theme data components (app bar, buttons, colors, etc.).
1.1.0 - 2026-01-14 #
Changed #
- Added barrel file
smart_lib_theme.dartthat re-exports the main public API classes for easier imports. - Fixed theme restoration on app startup by initializing
AppThemeBlocwith the persisted theme. - Updated Kotlin Gradle plugin to
2.1.0in the example Android project to match latest Flutter requirements.