Flutter Theme Changer

Dynamically change your Flutter app's theme with Flutter Theme Changer. Modify background color, app bar color, and button color seamlessly across all screens.

Features

The theme_changer package allows users to dynamically change the app theme, providing customization options for various UI elements. Key features include:

  • Change background color dynamically.
  • Customize button colors based on user preferences.
  • Adjust the app bar color to match the desired theme.

Getting Started

To get started with the theme_changer package, follow these steps:

  1. Add the package to your pubspec.yaml file:

    dependencies:
      theme_changer: ^1.0.0
    
  2. Run flutter pub get to install the package.

  3. Import the package in your Dart code:

import 'package:theme_changer/theme_changer.dart';

Usage

Use the ThemeChanger class to enable dynamic theme changes.

Examples

Check the /example directory for comprehensive examples on how to use the package.

To run the example, navigate to the example directory and execute:main.dart

const like = 'theme changer';

Additional Information

  • Find more information on GitHub
  • Contribute by filing issues or making pull requests
  • Author:PrasanthKamali

Libraries

theme_changer