numberpicker 2.1.2 copy "numberpicker: ^2.1.2" to clipboard
numberpicker: ^2.1.2 copied to clipboard

NumberPicker is a widget allowing user to choose numbers by scrolling spinners.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add numberpicker
copied to clipboard

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

dependencies:
  numberpicker: ^2.1.2
copied to clipboard

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:numberpicker/numberpicker.dart';
copied to clipboard
653
likes
160
points
119k
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.14 - 2025.03.29

NumberPicker is a widget allowing user to choose numbers by scrolling spinners.

Repository (GitHub)

Documentation

API reference

License

BSD-2-Clause (license)

Dependencies

flutter, infinite_listview

More

Packages that depend on numberpicker