dynamic_color 1.9.0
dynamic_color: ^1.9.0 copied to clipboard
A Flutter package to create Material color schemes based on a platform's implementation of dynamic color.
Changelog #
- Populate the missing
ColorSchemesurface roles so dynamic color schemes render correctly (#574, #582, #649)
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.9.0 - 2025-08-07 #
Fixed #
- Populate the missing
ColorSchemesurface roles so dynamic color schemes render correctly (#574, #582, #649)
Added #
- Add support for AGP 9
Changed #
- Migrate to Kotlin DSL in Android
- Update
compileSdktoflutter.compileSdkVersion - Update
minSdkto24 - Update
targetSdktoflutter.targetSdkVersion - Break out test utils from dynamic_color package into a separate package,
dynamic_color_testing - Update testing docs and examples to use
package:dynamic_color_testing/dynamic_color_testing.dart
1.8.0 - 2025-08-01 #
1.6.9 - 2023-12-16 #
Changed #
- Use
DynamicColors.isDynamicColorAvailablefromcom.google.android.material:materialto verify if dynamic colors are available on Android
1.6.8 - 2023-10-17 #
Changed #
- Broaden constraint for
material_color_utilitiesto support it until its1.0.0release
1.6.5 - 2023-05-15 #
Changed #
- Broaden constraint for
material_color_utilitiesto support multiple Flutter SDK versions
1.6.0 - 2023-01-31 #
1.5.2 - 2022-08-02 #
Added #
- Add support for DWM/Windows Aero's color (#50)
- Add support for GTK's accent color on Linux (#47)
- Add example tests
Changed #
- Expand and improve README
- Rename
DynamicColorTestingUtils.setMockDynamicColors's argumentcolorPalettetocorePalette - Improve
DynamicColorBuildershort-circuiting logic if dynamic color is detected - Tweak debugging messages
1.4.0 - 2022-05-31 #
1.3.0 - 2022-05-25 #
1.2.0 - 2022-03-24 #
Changed #
- Improve examples: show how to create dynamic and fallback color schemes, and use harmonization for color schemes and custom colors
1.1.1 - 2022-02-14 #
Changed #
- Provide sample
CorePalettes and correspondingColorSchemes to test utils - Make the extension method which converts a
CorePaletteto aColorSchemepublic
1.1.0 - 2022-02-08 #
Changed #
- Qualify builder parameters (
light=>lightDynamic,dark=>darkDynamic) for clarity
