π¨ 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!