ios_color_picker 1.0.0+2 copy "ios_color_picker: ^1.0.0+2" to clipboard
ios_color_picker: ^1.0.0+2 copied to clipboard

A new Flutter package that provides native iOS Color Picker cloned UI for all platforms Web, Android, iOS, also provides native iOS picker for iOS Only

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add ios_color_picker

With Flutter:

 $ flutter pub add ios_color_picker

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

dependencies:
  ios_color_picker: ^1.0.0+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:ios_color_picker/ios_color_picker.dart';
1
likes
0
points
61
downloads

Publisher

verified publisherk-ube.com

Weekly Downloads

A new Flutter package that provides native iOS Color Picker cloned UI for all platforms Web, Android, iOS, also provides native iOS picker for iOS Only

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, shared_preferences, smooth_page_indicator, super_tooltip

More

Packages that depend on ios_color_picker