theme_mode_builder 1.0.0 copy "theme_mode_builder: ^1.0.0" to clipboard
theme_mode_builder: ^1.0.0 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.0

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';
22
likes
0
pub points
47%
popularity

Publisher

verified publisheralkhalaf.dev

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