flutter_colorpicker
flutter_colorpicker copied to clipboard
HSV(HSB)/HSL/RGB/Material color picker inspired by all the good design for your amazing flutter apps.
Adds a new option to toggle between the always win pan gesture recognizer with a new recognizer that checks if the pointer event is inside the ring. And a `onEnd`...
The hue ring despite accepting a different stroke width from `20.0` seems to have some bits hard coded in such a way that different values cause the ui to not...
Now the developers can remove the color indicator by setting `displayColorIndicator` to false. the default value is `true`. And also to fill the excess space they can change the width...
A new version on pub.dev hasn't been released in 7 months, is it possible to push an update @mchome?
Can we make it that the slider would work regardless of the current chosen color? https://user-images.githubusercontent.com/51567674/171574136-a181549a-ba0d-4d9a-9713-5f5e461a2cf3.mov
When I place any of the color picker widgets inside an `AlertDialog`, they work great. But, when I put them directly in the widget tree, they don't work well. The...
Hi, If the dialog is open and the user rotates the device from Portrait to Landscape the popup works. When closed and reopened the correct layout is used. Any workaround...
Hi for some difficult reasons i need to remove these circles on both color pickers. How can I do that?  Thanks
[Article from Material Design Blog](https://material.io/blog/science-of-color-design) Material Design 3 uses a new color system called HCT (hue, chroma, tone). HCT is a new color system that perceptually accurate developed by Google...
Hi. Thanks for your work. I'm experimenting with wrapping `BlockPicker` to use as `reactive_forms` control. It seems that `BlockPicker` lacks of `null` value support for `pickerColor` value. The form initial...