theme_tuner 0.0.2
theme_tuner: ^0.0.2 copied to clipboard
ThemeTuner – Effortless and flexible theme management for Flutter. Supports light, dark, and custom themes with runtime switching and persistent user preferences.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
0.0.2 - 2025-04-05 #
🎉 Added #
- Initial release of
theme_tuner
package. - Light and dark theme support.
- Custom theme creation using dynamic primary colors.
- System theme detection with automatic switching.
- Theme persistence with
SharedPreferences
. - BLoC-based state management for theme changes.
- Animated transitions between themes.
- Support for multiple predefined themes (light, dark, green, purple).
- Example app and documentation with usage guide.