mchome / flutter_colorpicker

HSV(HSB)/HSL/RGB/Material color picker inspired by all the good design for your amazing flutter apps.
https://pub.dev/packages/flutter_colorpicker
MIT License
350 stars 203 forks source link

Option to use only the color picker without extra sliders #62

Closed guyluz11 closed 2 years ago

guyluz11 commented 2 years ago

Is there a way to get only this part

image

without all the extra sliders and circle at the bottom

image

guyluz11 commented 2 years ago

Found that I can use ColorPickerArea() and not just ColorPicker()

Closing this issue now Thanks