chroma_theme 1.1.0+3
chroma_theme: ^1.1.0+3 copied to clipboard
A dynamic, adaptive, and highly customizable Material 3 theme management package for Flutter apps, featuring pre-defined palettes and dynamic seed color generation.
1.1.0+3 #
- Fixed README documentation links for better pub.dev compatibility.
- Streamlined installation example in README.
1.1.0+2 #
- Updated image assets to absolute GitHub URLs for better documentation rendering on pub.dev.
- Professionalized README branding with improved logo/title alignment.
1.1.0 #
- Added 20+ curated predefined palettes including Neon Forest, Ocean Signal, Midnight Mint, Royal Berry, and more.
- Improved palette surface generation for cleaner (less muddy) neutral surfaces.
- Added full ColorScheme visualization upgrades in the example app (including neutralVariant tones and state-layer previews).
- Expanded settings UI to list and select all predefined palettes.
- Added
neutralVariantinChromaTonesfor fuller Material 3 tonal coverage. - Improved controller/theme integration behavior:
- brightness-aware dark mode check via
isDarkEffective(...) - improved
didUpdateWidgetsynchronization for mode/palette/seeds/overrides - safer handling when child is already
MaterialApporCupertinoApp
- brightness-aware dark mode check via
- Refreshed documentation (
README,API,USAGE_GUIDE) for clarity and latest features.
0.0.1 #
- Initial release.