Upcoming In Flutter 2.9, Material Design 3 Colors In ColorScheme
Material Design 3 Colors feature comes to Flutter 2.9. But there are some tricks to using it so that you are fully prepared to use not only dynamic colors on Android 12 and up devices but also when the Flutter Community starts making it available on other devices such as Apple iOS devices and other devices where users set their own OS themes via wallpapers, etc.
Let me show you how to make use of this and be on the Material Design 3 design edge of awesomeness.
What Am I Using
Material Color Utilities from the Material IO team has methods to be used in interacting with the HCL color space that Material Design 3 uses.
Sets up dynamic color support for Android 12 and some helpful color extensions for semantic brand colors.