item_count_number_button 1.9.2 copy "item_count_number_button: ^1.9.2" to clipboard
item_count_number_button: ^1.9.2 copied to clipboard

Item Count Number Button is a Flutter package that allows you to easily implement a customizable item count widget with increment and decrement buttons. This widget is particularly useful in scenarios [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add item_count_number_button

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

dependencies:
  item_count_number_button: ^1.9.2

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:item_count_number_button/item_count_number_button.dart';
3
likes
140
pub points
86%
popularity

Publisher

unverified uploader

Item Count Number Button is a Flutter package that allows you to easily implement a customizable item count widget with increment and decrement buttons. This widget is particularly useful in scenarios where you need to manage the quantity of items, such as in a shopping cart or inventory management system.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on item_count_number_button