Skip to content

sayan-futurehook/circle_color_picker_view

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 94.6%
  • Swift 3.8%
  • Kotlin 1.2%
  • Objective-C 0.4%