woocommerce_api 0.1.0 copy "woocommerce_api: ^0.1.0" to clipboard
woocommerce_api: ^0.1.0 copied to clipboard

A package to interact with the WooCommerce API (null-safe).

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add woocommerce_api
copied to clipboard

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

dependencies:
  woocommerce_api: ^0.1.0
copied to clipboard

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:woocommerce_api/woocommerce_api.dart';
copied to clipboard
63
likes
120
points
159
downloads

Publisher

verified publishersamarthagarwal.in

Weekly Downloads

2024.09.14 - 2025.03.29

A package to interact with the WooCommerce API (null-safe).

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

crypto, flutter, http

More

Packages that depend on woocommerce_api