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

Spree API integration. Used to use as part of ecommerce flutter project to provide access for products, checkout and other API endpoints of Spree API V2.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add spree_storefront_api_v2_dart_sdk

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

dependencies:
  spree_storefront_api_v2_dart_sdk: ^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:spree_storefront_api_v2_dart_sdk/spree_storefront_api_v2_dart_sdk.dart';
2
likes
40
pub points
0%
popularity

Publisher

unverified uploader

Spree API integration. Used to use as part of ecommerce flutter project to provide access for products, checkout and other API endpoints of Spree API V2.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter, http

More

Packages that depend on spree_storefront_api_v2_dart_sdk