🎨 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!