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

A Flutter package for handling theme in an app and also saving it on the device with shared preferences

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: ^2.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
160
pub points
36%
popularity

Publisher

verified publisheralkhalaf.dev

A Flutter package for handling theme in an app and also saving it on the device with shared preferences

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, path, path_provider, provider, shared_preferences

More

Packages that depend on theme_mode_builder