web_color_picker 2.0.0 copy "web_color_picker: ^2.0.0" to clipboard
web_color_picker: ^2.0.0 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: ^2.0.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:web_color_picker/web_color_picker.dart';
9
likes
150
points
183
downloads
screenshot

Documentation

API reference

Publisher

verified publishervictoreronmosele.com

Weekly Downloads

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

GPL-3.0 (license)

Dependencies

flutter, mocktail, uuid, web

More

Packages that depend on web_color_picker