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

A cupertino style multi-column picker package for flutter. It provides a picker widget with custom number of columns selector on Android and iOS.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add multi_picker

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

dependencies:
  multi_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:multi_picker/multi_picker.dart';
4
likes
40
pub points
0%
popularity

Publisher

unverified uploader

A cupertino style multi-column picker package for flutter. It provides a picker widget with custom number of columns selector on Android and iOS.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on multi_picker