dooz_color_picker 0.1.0
dooz_color_picker: ^0.1.0 copied to clipboard
A Flutter package that provides widgets to enable a user to select a color and some other params of a RGB light using circular sliders.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add dooz_color_pickerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
dooz_color_picker: ^0.1.0Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:dooz_color_picker/dooz_color_picker.dart';