flex_color_picker icon indicating copy to clipboard operation
flex_color_picker copied to clipboard

A highly customizable Flutter color picker.

Results 15 flex_color_picker issues
Sort by recently updated
recently updated
newest added

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...

enhancement
discussion

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...

enhancement

Add more comprehensive testing. Target 85% codecov.

testing

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?...

enhancement

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...

wontfix
Flutter SDK bug

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.

enhancement

Some times we use differents animations to show dialogs. Maybe permit or include some animations for color picker dialog will be nice. Thank you.

enhancement

## 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....

enhancement
discussion

@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...

enhancement

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...

enhancement