dynamic_themer 1.0.1 copy "dynamic_themer: ^1.0.1" to clipboard
dynamic_themer: ^1.0.1 copied to clipboard

DynamicThemer is a Flutter package that enables real-time dynamic theming in your Flutter apps. With features like theme switching based on user actions, time of day, or system preferences, it provide [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add dynamic_themer

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

dependencies:
  dynamic_themer: ^1.0.1

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:dynamic_themer/dynamic_themer.dart';
0
likes
140
points
31
downloads

Publisher

unverified uploader

Weekly Downloads

DynamicThemer is a Flutter package that enables real-time dynamic theming in your Flutter apps. With features like theme switching based on user actions, time of day, or system preferences, it provides developers with an intuitive way to create engaging and visually appealing apps.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, provider

More

Packages that depend on dynamic_themer