rgb_color_picker 0.0.6 copy "rgb_color_picker: ^0.0.6" to clipboard
rgb_color_picker: ^0.0.6 copied to clipboard

A new Color Picker depends on rgb sliders!.

rgb_color_picker #

A new Flutter RGB color picker.

Getting Started #

in order to use the package you have to use the following code:

Future showRGBColorPicker() async {
  Color myPickedColor = await showDialog(
    context: context,
    builder: (context) => RGBColorPickerDialog(),
  );
}

3
likes
10
pub points
29%
popularity

Publisher

unverified uploader

A new Color Picker depends on rgb sliders!.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on rgb_color_picker