flutter_circle_color_picker icon indicating copy to clipboard operation
flutter_circle_color_picker copied to clipboard

Flutter Web displaying single color for entire ring

Open yogikorke opened this issue 4 years ago • 2 comments

CircleColorPicker( initialColor: Colors.blue, onChanged: (color) => {selectedColor = color}, size: const Size(240, 240), strokeWidth: 4, thumbSize: 36, )

Screenshot 2020-12-31 at 2 18 25 PM

yogikorke avatar Dec 31 '20 08:12 yogikorke

This seems to be an issue of flutter web renderer. And I see this issue is already fixed! (Flutter v2.0.4), thank you for your reporting!

itome avatar Apr 19 '21 09:04 itome

This issue seems to related to flutter web renderer. When you use html renderer, this issue occurs.

itome avatar Apr 21 '21 08:04 itome