web_color_picker 1.0.4 copy "web_color_picker: ^1.0.4" to clipboard
web_color_picker: ^1.0.4 copied to clipboard

Platformweb

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 Flutter:

 $ flutter pub add web_color_picker

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

dependencies:
  web_color_picker: ^1.0.4

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:web_color_picker/web_color_picker.dart';
6
likes
160
pub points
72%
popularity
screenshot

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

Documentation

API reference

License

GPL-3.0 (LICENSE)

Dependencies

flutter, mocktail, universal_html, uuid

More

Packages that depend on web_color_picker