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 Material Pickers

Flutter Material Pickers

May 8, 2020 totosugito 0

Flutter Material Pickers A flutter package containing commonly used material design picker dialogs. Some are new, some wrap existing or built in pickers with a […]

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: […]