theme_change 2.0.5
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_changeThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
theme_change: ^2.0.5Alternatively, 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';