Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bdlukaa/color-picker
A color picker app made in flutter
https://github.com/bdlukaa/color-picker
color color-picker flutter
Last synced: 21 days ago
JSON representation
A color picker app made in flutter
- Host: GitHub
- URL: https://github.com/bdlukaa/color-picker
- Owner: bdlukaa
- License: bsd-3-clause
- Created: 2020-07-14T18:12:59.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-05-25T15:29:02.000Z (over 1 year ago)
- Last Synced: 2024-10-08T22:19:16.282Z (about 1 month ago)
- Topics: color, color-picker, flutter
- Language: Dart
- Homepage: https://bdlukaa.github.io/color-picker/
- Size: 12 MB
- Stars: 59
- Watchers: 2
- Forks: 10
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Color Picker
## Features
Pick a color from a picker wheel, palette, value, named and even from an image.\
Liked a color? Favorite it to use it later or copy it to clipboard.\
Is it too bright? Don't worry, use the dark theme.\✔️ Resposive - The zoomed scaffold will expand in screens larger than 950px\
✔️ [Accessible](https://flutter.dev/docs/development/accessibility-and-localization/accessibility) - Includes tooltips and `Semantics` to accessibility\
✔️ [Internationalized](https://flutter.dev/docs/development/accessibility-and-localization/internationalization) - Includes support for English and Portuguese### Color info
You can see a color information or parse with the following color spaces:
| Space | See info | Parse | Copy |
| :----- | :------: | :---: | :--: |
| RGB | ✔️ | ✔️ | ✔️ |
| HEX | ✔️ | ✔️ | ✔️ |
| HSL | ✔️ | ✔️ | ✔️ |
| HSV | ✔️ | ✔️ | |
| Cielab | ✔️ | ✔️ | |
| XYZ | ✔️ | | |## Showcase
A brief showcase of the app. [Download](https://github.com/bdlukaa/color-picker/releases)
| Wheel Picker | Palette Picker |
| ------------------------------------------------------------- | --------------------------------------------------------------- |
| | || Value Picker | Named Picker |
| ------------------------------------------------------------- | ------------------------------------------------------------- |
| | || Image Picker | Favorite Colors |
| ------------------------------------------------------------- | ---------------------------------------------------------------- |
| | || Settings |
| --------------------------------------------------------- |
| |# Contribution
Feel free to [open an issue](https://github.com/bdlukaa/color-picker/issues/new) if you find an error or [make pull requests](https://github.com/bdlukaa/color-picker/pulls).