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
339 stars 198 forks source link

Bugfix for an inconsistency in the HueRingPicker #114

Open hlvs-apps opened 2 weeks ago

hlvs-apps commented 2 weeks ago

The ColorPickerInput was disabled in landscape mode, but enabled in portrait mode. This PR introduces an extra arg "disableTextInput" in HueRingPicker to disable or enable the ColorPickerInput for both modes. disableTextInput defaults to false, enabling the ColorPickerInput by default. Fix for issues #113 #102