smart_lib_theme 1.1.0
smart_lib_theme: ^1.1.0 copied to clipboard
A Flutter theme management library for dynamic theme switching with BLoC and ThemeExtension.
Changelog #
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.