rydmike / flex_color_picker

A highly customizable Flutter color picker.
BSD 3-Clause "New" or "Revised" License
198 stars 41 forks source link

Add support for M3 tonal palettes #35

Closed rydmike closed 2 years ago

rydmike commented 2 years ago

Material Design 3 introduces Tonal Palettes instead of the M2 swatch. https://m3.material.io/styles/color/the-color-system/key-colors-tones

Add feature to generate the Tonal Palette of a selected color and pick one of its colors. Since the algorithms for it are public we can even use the same packages that Flutter SDK uses for the Tonal Palettes. https://pub.dev/packages/material_color_utilities

rydmike commented 2 years ago

Closed via https://github.com/rydmike/flex_color_picker/pull/38