theme_fusion 2.0.0+1 copy "theme_fusion: ^2.0.0+1" to clipboard
theme_fusion: ^2.0.0+1 copied to clipboard

A developer-friendly Flutter package for real-time dynamic theme switching. Supports unlimited themes (Light, Dark, Warm, Custom) with semantic color keys, allowing instant updates throughout the app [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add theme_fusion

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

dependencies:
  theme_fusion: ^2.0.0+1

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_fusion/theme_fusion.dart';
11
likes
140
points
21
downloads

Publisher

unverified uploader

Weekly Downloads

A developer-friendly Flutter package for real-time dynamic theme switching. Supports unlimited themes (Light, Dark, Warm, Custom) with semantic color keys, allowing instant updates throughout the app using simple string-based color access.

Homepage
Repository (GitHub)
View/report issues

Topics

#flutter #theme #dark-mode #light-theme #dynamic-theme

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on theme_fusion