cupertino_color_picker 0.2.0 copy "cupertino_color_picker: ^0.2.0" to clipboard
cupertino_color_picker: ^0.2.0 copied to clipboard

PlatformiOS

Flutter plugin that provides access to iOS native UIColorPickerViewController and UIColorWell.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add cupertino_color_picker

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

dependencies:
  cupertino_color_picker: ^0.2.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:cupertino_color_picker/cupertino_color_picker.dart';
3
likes
160
points
63
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter plugin that provides access to iOS native UIColorPickerViewController and UIColorWell.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on cupertino_color_picker

Packages that implement cupertino_color_picker