Flutter Color Picker

Flutter Color Picker

September 9, 2020 totosugito 0

flutter_colorpicker A HSV(HSB)/HSL color picker inspired by chrome devtools and a material color picker for your flutter app. Web Example Getting Started Use it in […]

Flutter Circle Color Picker

Flutter Circle Color Picker

April 30, 2020 totosugito 0

flutter_circle_color_picker A beautiful circle color picker for flutter. Light theme Dark Theme Usage … body: Center( child: CircleColorPicker( initialColor: Colors.blue, onChanged: (color) => print(color), size: […]