dynamic_themes_sl 1.0.0 copy "dynamic_themes_sl: ^1.0.0" to clipboard
dynamic_themes_sl: ^1.0.0 copied to clipboard

A lightweight Flutter package for managing dynamic themes with support for Light/Dark Mode, custom themes, and RTL.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add dynamic_themes_sl

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

dependencies:
  dynamic_themes_sl: ^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:dynamic_themes_sl/flutter_dynamic_theme.dart';
0
likes
150
points
31
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A lightweight Flutter package for managing dynamic themes with support for Light/Dark Mode, custom themes, and RTL.

Homepage

License

MIT (license)

Dependencies

equatable, flutter, flutter_animate, flutter_bloc, shared_preferences

More

Packages that depend on dynamic_themes_sl