themer 0.0.8
themer: ^0.0.8 copied to clipboard
Flutter package for easy theme switching and color customization. Ideal for developers needing dynamic light/dark theme management in their apps.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add themerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
themer: ^0.0.8Alternatively, 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:themer/themer.dart';