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

A Flutter theme management library for dynamic theme switching with BLoC and ThemeExtension.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add smart_lib_theme

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

dependencies:
  smart_lib_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:smart_lib_theme/smart_lib_theme.dart';
7
likes
140
points
38
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter theme management library for dynamic theme switching with BLoC and ThemeExtension.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

bloc, cupertino_icons, flutter, flutter_bloc, get_it, shared_preferences

More

Packages that depend on smart_lib_theme