theme_fusion 2.0.0+1
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
ThemeFusionAppto wrapMaterialApp. - Toggle theme globally in real-time.
- Access theme using
themeFusionColor<T>(). - Supports persistent theme with
SharedPreferences. - Minimal boilerplate for seamless integration.