storebounty_cart_manager 0.0.9 storebounty_cart_manager: ^0.0.9 copied to clipboard
The storebounty_cart_manager package plays a crucial role in managing the storage of items in a cart and is an essential requirement for every Storebounty project. By integrating the storebounty_cart_ [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add storebounty_cart_manager
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
storebounty_cart_manager: ^0.0.9
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:storebounty_cart_manager/storebounty_cart_manager.dart';