add_to_cart_button 0.0.4 copy "add_to_cart_button: ^0.0.4" to clipboard
add_to_cart_button: ^0.0.4 copied to clipboard

Fully customisable add to cart button with counter for your app.

A very simple add to cart button with a counter for your apps

Features #

  • Initial Version

Getting started #

Add this to your app's pubspec.yaml

dependencies:
  flutter:
    sdk: flutter
  add_to_cart_button: ^0.0.4

Simple usage in code

AddToCartCounterButton(
  initNumber:0,
  countItemCallback:(int){},
  incrementCallback:(){},
  decrementCallback:(){},
  minNumber: 0, 
  maxNumber: 16,
  backgroundColor Colors.black,
  buttonIconColor Colors.white,
  buttonFillColor Colors.black
);
5
likes
0
points
24
downloads

Publisher

verified publishersnatchdreams.net

Weekly Downloads

Fully customisable add to cart button with counter for your app.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on add_to_cart_button