theme_tuner 0.0.1
theme_tuner: ^0.0.1 copied to clipboard
ThemeTuner – Effortless and flexible theme management for Flutter. Supports light, dark, and custom themes with runtime switching and persistent user preferences.
🎨 ThemeTuner #
Effortless and flexible multiple theme management for Flutter apps.
ThemeTuner helps you manage light, dark, and custom themes with ease. Switch themes at runtime, persist user preferences, and deliver a smooth, dynamic user experience with minimal setup.
✨ Features #
- ✅ Light, dark, and unlimited custom themes
- 🔄 Runtime theme switching
- 💾 Theme persistence (e.g., with SharedPreferences)
- 💡 Supports any state management (Bloc, Provider, Riverpod, etc.)
- 🧩 Clean and modular structure
🚀 Getting Started #
1. Add dependency #
dependencies:
theme_tuner: ^1.0.0
import 'package:theme_tuner/theme_tuner.dart';
---
Let me know if you'd like help setting up a GitHub repo, example app, or CI badge sections too!