theme_changer 0.0.4 copy "theme_changer: ^0.0.4" to clipboard
theme_changer: ^0.0.4 copied to clipboard

User can change the whole app theme color like button, bakground, appbar color

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
11
likes
160
points
20
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

User can change the whole app theme color like button, bakground, appbar color

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, flutter_colorpicker

More

Packages that depend on theme_changer