Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fluttercandies/flutter_hsvcolor_picker
An HSV color picker designed for your Flutter app. Pickers: RGB, HSV, Color Wheel, Palette Hue, Palette Saturation, Palette Value, Swatches.
https://github.com/fluttercandies/flutter_hsvcolor_picker
dart flutter hacktoberfest
Last synced: 28 days ago
JSON representation
An HSV color picker designed for your Flutter app. Pickers: RGB, HSV, Color Wheel, Palette Hue, Palette Saturation, Palette Value, Swatches.
- Host: GitHub
- URL: https://github.com/fluttercandies/flutter_hsvcolor_picker
- Owner: fluttercandies
- License: apache-2.0
- Created: 2019-02-19T09:27:11.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-09-23T17:18:14.000Z (about 2 months ago)
- Last Synced: 2024-09-28T14:41:27.259Z (about 1 month ago)
- Topics: dart, flutter, hacktoberfest
- Language: Dart
- Homepage: https://pub.dev/packages/flutter_hsvcolor_picker
- Size: 2.92 MB
- Stars: 71
- Watchers: 7
- Forks: 37
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# flutter_hsvcolor_picker
An HSV color picker designed for your Flutter app.
Pickers: RGB, HSV, Color Wheel, Palette Hue, Palette Saturation, Palette Value, Swatches.
![](https://raw.githubusercontent.com/fluttercandies/flutter_hsvcolor_picker/main/screenshot/phone.png)
## Getting Started
![](https://raw.githubusercontent.com/fluttercandies/flutter_hsvcolor_picker/main/screenshot/logo.png)### Installation
https://pub.dev/packages/flutter_hsvcolor_picker/install
### Example
```dart
import "package:flutter_hsvcolor_picker/flutter_hsvcolor_picker.dart";
ColorPicker(
color: Colors.blue,
onChanged: (value){ },
initialPicker: Picker.paletteHue,
)
```For a more detailed example, head over to: https://github.com/fluttercandies/flutter_hsvcolor_picker/tree/main/example/lib/complex_example
![](https://raw.githubusercontent.com/fluttercandies/flutter_hsvcolor_picker/main/screenshot/design.png)