simple_color_picker 1.0.1 copy "simple_color_picker: ^1.0.1" to clipboard
simple_color_picker: ^1.0.1 copied to clipboard

A simple HSV color picker without any glitz or glamour. Renders a HSV color selection sheet.

simple_color_picker #

Flutter Package
pub package

A simple HSV color picker without any glitz or glamour.

Sample #

Installation #

dependencies:
  simlpe_color_picker: any

Example #

import 'package:simple_color_picker/simple_color_picker.dart';

SimpleColorPicker(
    color: this.color,
    onChanged: (value) =>
         super.setState(() => this.onChanged(value)),
)

Credits #

This package is a mutation of flutter_hsvcolor_picker, a library module containing very complex implementation of HSV color picker.

Origin #

One of my projects had a requirement of showing a simple color picker and I couldn't find any Flutter plugins that implemented only this and I had to make tweaks here and there to build this simple color picker. Decided to publish my creation so it may benefit someone like me.

8
likes
30
pub points
0%
popularity

Publisher

unverified uploader

A simple HSV color picker without any glitz or glamour. Renders a HSV color selection sheet.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on simple_color_picker