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 [...]

2.0.0+1 – Fully Dynamic Theme Engine #

🎉 Previous Version and Fixes:

  • 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
    

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
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