flex_color_picker
flex_color_picker copied to clipboard
A highly customizable Flutter color picker.
Currently, when enabling the `showColorCode` flag, the widget will display the color codes in a `0xAARRGGBB` format. However, it might be desirable to be able to change both the prefix...
Current style with and iOS based slider might not be ideal for all projects. Add an optional selector that is Material based (ToggleButtons) that also supports custom widgets for the...
Add "advanced" Color Picker with sliders and that can toggle between: - RGB - HCT (M3 color space) - HSL - HSV - CMYK - HSB - HSLUV https://github.com/bernaferrari/hsluv-dart Others?...
https://github.com/flutter/flutter/issues/63226 The issue is not resolved, but I have worked around it for most parts. This Flutter issue set back progress on the new release a few days. This Flutter...
In some cases it might be useful to be able to pick multiple colors in one go and return them, maybe even with optional usage tags.
Some times we use differents animations to show dialogs. Maybe permit or include some animations for color picker dialog will be nice. Thank you.
## Idea I thought about a feature where the developer can provide a list of color values, that either get grayed out or be non selectable in the color picker....
@rydmike Thanks for this awesome color picker and yeah also for adding the opacity support much faster than expected !! In the near by future are you planning to optionally...
The FlexColorScheme [ThemesPlayground](https://rydmike.com/flexcolorschemeV4Tut5/#/) app has a feature that can generate the code for the configured active viewed package setup and you can copy paste it into your own app. Add...