persistent_shopping_cart 0.0.7 copy "persistent_shopping_cart: ^0.0.7" to clipboard
persistent_shopping_cart: ^0.0.7 copied to clipboard

Effortlessly manage and persist shopping cart data in your Flutter app with this comprehensive package. Simplify local storage and enhance the shopping experience for your users.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add persistent_shopping_cart

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

dependencies:
  persistent_shopping_cart: ^0.0.7

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:persistent_shopping_cart/persistent_shopping_cart.dart';
217
likes
140
pub points
85%
popularity

Publisher

unverified uploader

Effortlessly manage and persist shopping cart data in your Flutter app with this comprehensive package. Simplify local storage and enhance the shopping experience for your users.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, hive, hive_flutter, path_provider

More

Packages that depend on persistent_shopping_cart