flutter_circle_color_picker
flutter_circle_color_picker copied to clipboard
Flutter Web displaying single color for entire ring
CircleColorPicker( initialColor: Colors.blue, onChanged: (color) => {selectedColor = color}, size: const Size(240, 240), strokeWidth: 4, thumbSize: 36, )
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!
This issue seems to related to flutter web renderer. When you use html renderer, this issue occurs.