dynamic_themes_sl 1.0.0
dynamic_themes_sl: ^1.0.0 copied to clipboard
A lightweight Flutter package for managing dynamic themes with support for Light/Dark Mode, custom themes, and RTL.
Changelog #
1.0.1 #
- Fixed BLoC emit usage
- Removed deprecated ColorScheme fields
- Updated ThemeProvider to use InheritedWidget
- Fixed linter warnings
1.0.0 #
- Initial release
- Core features:
- Automatic Light/Dark Mode switching
- Custom theme support via JSON or Dart objects
- Theme persistence using shared_preferences
- Pre-built widgets for theme switching and preview
- RTL support
- Smooth theme transition animations