infinite_number_picker 1.0.0 copy "infinite_number_picker: ^1.0.0" to clipboard
infinite_number_picker: ^1.0.0 copied to clipboard

A customizable number picker widget with infinite scroll, step values, and styled UI.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add infinite_number_picker

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

dependencies:
  infinite_number_picker: ^1.0.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:infinite_number_picker/custom_triangle.dart';
import 'package:infinite_number_picker/number_picker.dart';
import 'package:infinite_number_picker/number_picker_widget.dart';
0
likes
150
points
7
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A customizable number picker widget with infinite scroll, step values, and styled UI.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

cupertino_icons, flutter, infinite_listview

More

Packages that depend on infinite_number_picker