cart_counter 0.0.1 copy "cart_counter: ^0.0.1" to clipboard
cart_counter: ^0.0.1 copied to clipboard

This is a package which helps You Can Implement Cart Counter in your flutter project easily.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add cart_counter

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

dependencies:
  cart_counter: ^0.0.1

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:cart_counter/cart_counter.dart';
9
likes
40
points
15
downloads

Publisher

unverified uploader

Weekly Downloads

This is a package which helps You Can Implement Cart Counter in your flutter project easily.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, flutter_bounce

More

Packages that depend on cart_counter