flutter_colorpicker icon indicating copy to clipboard operation
flutter_colorpicker copied to clipboard

Bugfix for an inconsistency in the HueRingPicker

Open hlvs-apps opened this issue 7 months ago • 0 comments

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

hlvs-apps avatar Jul 07 '24 16:07 hlvs-apps