theme_change 2.0.5 copy "theme_change: ^2.0.5" to clipboard
theme_change: ^2.0.5 copied to clipboard

theme_change package by Sumit Gohil theme_change: Seamless Theme Management with Persistent Preferences and (GetX OR Provider) Transform your Flutter app's theme management with theme_change—a robust [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add theme_change

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  theme_change: ^2.0.5

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:theme_change/theme_change.dart';
14
likes
140
points
13
downloads

Publisher

unverified uploader

Weekly Downloads

theme_change package by Sumit Gohil theme_change: Seamless Theme Management with Persistent Preferences and (GetX OR Provider) Transform your Flutter app's theme management with theme_change—a robust package designed to effortlessly handle theme changes and persist them across sessions. Leveraging the power of SharedPreferences for permanent storage and GetX OR Provider for state management, theme_change provides an elegant solution for dynamic and persistent theming in your applications.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, get, provider, shared_preferences

More

Packages that depend on theme_change