Custom Theme Picker
A flexible theme manager for Flutter that allows for easy creation, persistence, and switching of multiple app themes. Includes a pre-built, customizable theme picker widget.
Features
- Define and manage multiple
AppThemeobjects. - Automatically saves the user's selected theme to device storage.
- Comes with beautiful pre-built themes (Light, Dark, OLED, Nord).
- Includes a simple
ThemePickerwidget to drop into your settings page.
Getting Started
In your pubspec.yaml file, add the dependency:
dependencies:
custom_theme_picker: ^0.0.1