flutter_easy_theme 1.1.0 copy "flutter_easy_theme: ^1.1.0" to clipboard
flutter_easy_theme: ^1.1.0 copied to clipboard

A lightweight Flutter package for theme management with persistent theme mode support and customizable storage.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_easy_theme

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

dependencies:
  flutter_easy_theme: ^1.1.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:flutter_easy_theme/flutter_easy_theme.dart';
1
likes
160
points
37
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A lightweight Flutter package for theme management with persistent theme mode support and customizable storage.

Repository (GitHub)
View/report issues

Topics

#theme #dark-theme #light-theme #flutter

License

MIT (license)

Dependencies

flutter, shared_preferences

More

Packages that depend on flutter_easy_theme