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

A Flutter package to create Material color schemes based on a platform's implementation of dynamic color.

1.6.1 - 2023-02-03 #

Changed #

  • Update pubspec repository

1.6.0 - 2023-01-31 #

Added #

  • Add support for outlineVariant and scrim colors

Changed #

  • Update constraint for material_color_utilities to 0.2.0
  • Update Flutter constraint
  • Make return value of toColorScheme extension method non-nullable (#55)

1.5.4 - 2022-09-02 #

Changed #

  • Update constraint for Flutter SDK

1.5.3 - 2022-08-09 #

Changed #

  • Update constraint for material_color_utilities

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 argument colorPalette to corePalette
  • Improve DynamicColorBuilder short-circuiting logic if dynamic color is detected
  • Tweak debugging messages

1.4.0 - 2022-05-31 #

Added #

  • Add support for Windows' accent color (#43)

Changed #

  • Rename DynamicColorPlugin.getControlAccentColor to DynamicColorPlugin.getAccentColor
  • Rename DynamicColorTestingUtils.setMockDynamicColors's argument controlAccentColor to accentColor

1.3.0 - 2022-05-25 #

Added #

  • Add support for macOS' control accent color (#42)
    • Rename DynamicColorTestingUtils.setMockDynamicColors's argument colors to colorPalette

1.2.3 - 2022-05-23 #

Changed #

  • Tweak pubspec description

1.2.2 - 2022-04-25 #

Changed #

  • Update lower Flutter SDK bound

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.2 - 2022-02-15 #

Changed #

  • Move samples to their own library

1.1.1 - 2022-02-14 #

Changed #

  • Provide sample CorePalettes and corresponding ColorSchemes to test utils
  • Make the extension method which converts a CorePalette to a ColorScheme public

1.1.0 - 2022-02-08 #

Changed #

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

1.0.1 - 2022-02-02 #

Changed #

  • Polish README and examples

1.0.0 - 2022-02-02 #

Added #

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

Changed #

  • 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.0 - 2021-10-29 #

Added #

  • 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 create Material color schemes based on a platform's implementation of dynamic color.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, flutter_test, material_color_utilities

More

Packages that depend on dynamic_color