Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flutter Web displaying single color for entire ring #16

Open
yogikorke opened this issue Dec 31, 2020 · 2 comments
Open

Flutter Web displaying single color for entire ring #16

yogikorke opened this issue Dec 31, 2020 · 2 comments

Comments

@yogikorke
Copy link

yogikorke commented Dec 31, 2020

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

@itome
Copy link
Owner

itome commented Apr 19, 2021

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 itome closed this as completed Apr 19, 2021
@itome
Copy link
Owner

itome commented Apr 21, 2021

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

@itome itome reopened this Apr 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants