dynamic_color 1.2.3 copy "dynamic_color: ^1.2.3" to clipboard
dynamic_color: ^1.2.3 copied to clipboard

A Flutter package to obtain dynamic colors on Android S+ and create harmonized color schemes.

1.2.3 #

  • Tweak pubspec description

1.2.2 #

  • Update lower Flutter SDK bound

1.2.0 #

  • Improve examples: show how to create dynamic and fallback color schemes, and use harmonization for color schemes and custom colors

1.1.2 #

  • Move samples to their own library

1.1.1 #

  • Provide sample [CorePalette]s and corresponding [ColorScheme]s to test utils
  • Make the extension method which converts a [CorePalette] to a [ColorScheme] public

1.1.0 #

  • Qualify builder parameters (light => lightDynamic, dark => darkDynamic) for clarity

1.0.1 #

  • Polish README and examples

1.0.0 #

  • DynamicColorBuilder's builder now provides a light and dark ColorScheme rather than a CorePalette
    • Advanced users can still obtain the palette with DynamicColorPlugin.getCorePalette()

0.1.1 #

  • Add missing semantic colors to harmonization from updated m3 color scheme

0.1.0 #

  • Create CorePalette and TonalPalette classes
  • Create DynamicColorPlugin plugin
  • Create convenience DynamicColorBuilder widget
  • Create ColorHarmonization and ColorSchemeHarmonization extensions
490
likes
0
pub points
98%
popularity

Publisher

verified publishermaterial.io

A Flutter package to obtain dynamic colors on Android S+ and create harmonized color schemes.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, flutter_test, material_color_utilities

More

Packages that depend on dynamic_color