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

Is there a color picker for the fluent ui theme? #963

Open
zhangweidi opened this issue Nov 14, 2023 · 1 comment
Open

Is there a color picker for the fluent ui theme? #963

zhangweidi opened this issue Nov 14, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@zhangweidi
Copy link

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!

@bdlukaa
Copy link
Owner

bdlukaa commented Nov 16, 2023

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.

Additional resources

@bdlukaa bdlukaa added the enhancement New feature or request label Nov 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants