flutter_shopping_cart 1.0.0+2 copy "flutter_shopping_cart: ^1.0.0+2" to clipboard
flutter_shopping_cart: ^1.0.0+2 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.0+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:flutter_shopping_cart/flutter_shopping_cart.dart';
10
likes
140
pub points
53%
popularity

Publisher

verified publisherdexbytes.com

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)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

flutter, hive, hive_flutter, provider

More

Packages that depend on flutter_shopping_cart