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

A developer-friendly Flutter theme manager that enables easy switching between light and dark mode using identical color property names.

2.0.0 – Fully Dynamic Theme Engine #

🎉 Features:

  • Completely redesigned theme system (breaking change)
  • Supports unlimited dynamic themes (Light, Dark, Custom, Brand-based)
  • Themes defined using semantic color keys (primary, text, background, etc.)
  • Access colors using string extensions:
    'primary'.tc
    'text'.tc
    'background'.tc
    

1.0.0 Initial Release #

🎉 Features:

  • Define your custom theme color model.
  • Set light & dark mode themes.
  • Use ThemeFusionApp to wrap MaterialApp.
  • Toggle theme globally in real-time.
  • Access theme using themeFusionColor<T>().
  • Supports persistent theme with SharedPreferences.
  • Minimal boilerplate for seamless integration.
11
likes
150
points
21
downloads

Publisher

unverified uploader

Weekly Downloads

A developer-friendly Flutter theme manager that enables easy switching between light and dark mode using identical color property names.

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