web_color_picker 1.0.1+2 copy "web_color_picker: ^1.0.1+2" to clipboard
web_color_picker: ^1.0.1+2 copied to clipboard

This package allows you use the native web browser color picker in your Flutter Web app.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add web_color_picker

With Flutter:

 $ flutter pub add web_color_picker

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  web_color_picker: ^1.0.1+2

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:web_color_picker/web_color_picker.dart';
7
likes
0
pub points
74%
popularity

Publisher

verified publishervictoreronmosele.com

This package allows you use the native web browser color picker in your Flutter Web app.

Repository (GitHub)
View/report issues

Topics

#html #color-picker #widget #color #web

License

unknown (LICENSE)

Dependencies

flutter, mocktail, universal_html, uuid

More

Packages that depend on web_color_picker