widgetpicker 0.1.1 copy "widgetpicker: ^0.1.1" to clipboard
widgetpicker: ^0.1.1 copied to clipboard

WidgetPicker is a fork of NumberPicker to support categorical selection via the same UI.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add widgetpicker

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

dependencies:
  widgetpicker: ^0.1.1

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:widgetpicker/widgetpicker.dart';
4
likes
90
pub points
0%
popularity

Publisher

verified publishera1ec.dev

WidgetPicker is a fork of NumberPicker to support categorical selection via the same UI.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-2-Clause (LICENSE)

Dependencies

flutter, infinite_listview

More

Packages that depend on widgetpicker