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

outdated

A Flutter package for handling theme in an app and also saving it on the device in a hive box.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add theme_mode_builder

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

dependencies:
  theme_mode_builder: ^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:theme_mode_builder/theme_mode_builder.dart';
24
likes
0
points
16
downloads

Publisher

verified publisheralkhalaf.dev

Weekly Downloads

A Flutter package for handling theme in an app and also saving it on the device in a hive box.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, hive, hive_flutter, stacked

More

Packages that depend on theme_mode_builder