dooz_color_picker 0.1.0 copy "dooz_color_picker: ^0.1.0" to clipboard
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_picker

This 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.0

Alternatively, 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';
3
likes
140
points
24
downloads

Publisher

unverified uploader

Weekly Downloads

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.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, flutter_lints

More

Packages that depend on dooz_color_picker