Last updated:
0 purchases
simple color picker
simple_color_picker #
Flutter Package
A simple HSV color picker without any glitz or glamour.
Sample #
Installation #
dependencies:
simlpe_color_picker: any
copied to clipboard
Example #
import 'package:simple_color_picker/simple_color_picker.dart';
SimpleColorPicker(
color: this.color,
onChanged: (value) =>
super.setState(() => this.onChanged(value)),
)
copied to clipboard
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.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.