rydmike / flex_color_picker

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

[feedback] option for adding a quick-access list of colors #10

Closed osaxma closed 3 years ago

osaxma commented 3 years ago

Hi Mike,

Just a feedback, I think adding an option for something like: quickAccessColorList and quickAccessSubheading could be a nice add-on. I didn't face any issues to implement it myself but I thought I'd share the idea with you in case you find fit for this package. I personally found it useful when adding a list of recent colors, or a list of favorite colors as shown below:

Screen Shot 2021-02-26 at 5 57 05 PM

Edit: By the way, not visible in the screenshot, the Recent Colors are shown in every tab.

rydmike commented 3 years ago

That's a really nice feature, I like it! Not even difficult to do, I will add as feature too 😃

rydmike commented 3 years ago

This feature is now available starting from the pre-release ^2.0.0-nullsafety.1 https://pub.dev/packages/flex_color_picker/versions/2.0.0-nullsafety.2/changelog

You can try and play with the features in the latest web demo as well: https://rydmike.com/flexcolorpicker The web demo source code is available in the latest package release as well.

These features are still new and still in pre-release status. I expect to migrate 2.0.0 over to stable channel soon after the dust settles from Flutter Engage.

Let me know if you notice anything that needs further tweaking.

Closing this feature request as it is now implemented. 😃