flutter_colorpicker
flutter_colorpicker copied to clipboard
Bugfix for an inconsistency in the HueRingPicker
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