circular_color_picker 1.0.0 copy "circular_color_picker: ^1.0.0" to clipboard
circular_color_picker: ^1.0.0 copied to clipboard

Simple, optimized and usefull package to add HSV color picker to your project.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add circular_color_picker

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  circular_color_picker: ^1.0.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:circular_color_picker/circular_color_picker.dart';
2
likes
160
points
22
downloads

Publisher

unverified uploader

Weekly Downloads

Simple, optimized and usefull package to add HSV color picker to your project.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, provider

More

Packages that depend on circular_color_picker