color_picker_palette 0.1.3 copy "color_picker_palette: ^0.1.3" to clipboard
color_picker_palette: ^0.1.3 copied to clipboard

A color picker which you are looking for.

color_picker_palette 0.1.3 #

A color picker palette with custom colors.

Usage #

Using color_picker_palette you can provide user with list of custom colors to choose.

It will show a horizontal list of colors including a button to add custom colors for user.

Long press will remove color from the list.

You can refer color_picker_palette/example

  colorPickerPalette = new ColorPickerPalette(
    size: 30.0,
    onChange: setColorState,
    colors: colors,
    buttonType: ButtonType.circular,
  );
  
  setColorState() {
    setState(() {
      color = colorPickerPalette.color();
    });
  }

Contributing #

We encourage you contribute to color_picker_palette flutter package.

License #

color_picker_palette is released under MIT License

0
likes
30
pub points
0%
popularity

Publisher

unverified uploader

A color picker which you are looking for.

Homepage

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on color_picker_palette