item_count_number_button 1.9.2 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';