circle_color_picker_view 0.0.2 copy "circle_color_picker_view: ^0.0.2" to clipboard
circle_color_picker_view: ^0.0.2 copied to clipboard

outdated

Circle color picker

License: MIT


CircleColorPickerView #

Usage #

...
    body: Center(
        child: ColorPickerView(
            initialColor: Colors.red,
            radius = 120,
            thumbRadius = 10,
            colorListener: (color) => print(color.value),
        ),
    ),
...

If you have no idea, how to show the color picker, you can use circle_color_picker_view. Sample combination of both packages you can find in example/main.dart

6
likes
0
pub points
27%
popularity

Publisher

unverified uploader

Circle color picker

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on circle_color_picker_view