shopping_cart 0.0.2 copy "shopping_cart: ^0.0.2" to clipboard
shopping_cart: ^0.0.2 copied to clipboard

ShoppingCart is a Flutter library that simplifies the creation and management of a shopping cart in your Flutter applications.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add shopping_cart

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

dependencies:
  shopping_cart: ^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:shopping_cart/shopping_cart.dart';
10
likes
140
pub points
71%
popularity
screenshot

Publisher

verified publisheregortabula.dev

ShoppingCart is a Flutter library that simplifies the creation and management of a shopping cart in your Flutter applications.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, get

More

Packages that depend on shopping_cart