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 AppTheme objects.
  • Automatically saves the user's selected theme to device storage.
  • Comes with beautiful pre-built themes (Light, Dark, OLED, Nord).
  • Includes a simple ThemePicker widget to drop into your settings page.

Getting Started

In your pubspec.yaml file, add the dependency:

dependencies:
  custom_theme_picker: ^0.0.1