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

Bug: ipad/iphone #104

Closed sarp86 closed 4 months ago

sarp86 commented 6 months ago

On ipad or iphone - for me colorpicker not works correctly. The rectangle is black or white but not display selected color. When I move my finger over the rectangle, the display shows white or black. The sliders next to it work and show the correct colour, but not in the large rectangle

https://github.com/mchome/flutter_colorpicker/assets/44084914/21d5c39f-0ccb-489b-9969-f2fe98a7f8fd

Jo-Re commented 6 months ago

@sarp86 I have the same problem too. This problem occurs since the last Flutter sdk updates, I switched back to 3.16.9 and it worked for me.

The repo should be adapted to the latest flutter sdk

luciano-cervantes commented 6 months ago

same problem here

luciano-cervantes commented 6 months ago

@sarp86 and @Jo-Re

I tested without impeller flutter run --no-enable-impeller and it is working, so I believe the problem is the flutter version with impeller.

I know this isn't very good, but it works.

luciano-cervantes commented 6 months ago

@sarp86 and @Jo-Re

I made the correction and opened the PR. This worked for me.