You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I only found color pickers that depended on material, I hope it doesn't depend on material at all. Is there a color picker that can meet this requirement?
Thank you!
The text was updated successfully, but these errors were encountered:
Hello! Windows UI has guidelines for a Color Picker control, but it is substantially complex to make an implementation for it. Since it is not a core component, I decided to not implement it, but PRs are more than welcome - so feel free to make a pull request.
The existent flutter color picker packages out there just use material as a base, since it doesn't provide specific guidelines for a color picker. Also note that we like to keep fluent_ui dependencies minimum and only add any only when necessary, which means the picker implementation would need to be done from scratch.
I only found color pickers that depended on material, I hope it doesn't depend on material at all. Is there a color picker that can meet this requirement?
Thank you!
The text was updated successfully, but these errors were encountered: