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

Enable ColorPickerInput in landscape mode #75

Closed Ionys320 closed 2 years ago

Ionys320 commented 2 years ago

When ColorPicker was used in landscape mode with ColorPickerInput enabled (hexInputBar == true), ColorPickerInput was disabled. Removed disabled attribute.