rydmike / flex_color_picker

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

Add a new optional Material based color picker type selector. #18

Open rydmike opened 3 years ago

rydmike commented 3 years ago

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 picker type selector items. ToggleButtons also supports keyboard navigation on Desktop/Web which iOS Cupertino slider does not.

It could also be some other custom picker page selector that is more compact and works with keyboard navigation.