flutter_shopping_cart 1.0.1 copy "flutter_shopping_cart: ^1.0.1" to clipboard
flutter_shopping_cart: ^1.0.1 copied to clipboard

A flutter package for shopping cart manage. This package helps you perform basic cart operations like (Add, Remove, Get total count, delete cart, & manage single and multi-vendor).

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_shopping_cart

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

dependencies:
  flutter_shopping_cart: ^1.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:flutter_shopping_cart/flutter_shopping_cart.dart';
12
likes
150
points
37
downloads

Publisher

verified publisherdexbytes.com

Weekly Downloads

A flutter package for shopping cart manage. This package helps you perform basic cart operations like (Add, Remove, Get total count, delete cart, & manage single and multi-vendor).

Homepage
Repository (GitHub)

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter, hive, hive_flutter, provider

More

Packages that depend on flutter_shopping_cart