woocommerce_flutter_api 1.0.1 copy "woocommerce_flutter_api: ^1.0.1" to clipboard
woocommerce_flutter_api: ^1.0.1 copied to clipboard

Woocommerce flutter api integration with external plugin created by [email protected] and published by [email protected].

This is a package to woocommerce api.

Features #

  • Authentication
  • Notifications
  • Cart
  • Woocommerce API

Getting started #

flutter pub add woocommerce_flutter_api

Usage #

final woocommerce = WooCommerce(
    baseUrl: 'https://example.com',
    username: 'ck_12abc34n56j',
    password: 'cs_1uab8h3s3op',
    useFaker: true,
  );

final products = await woocommerce.getProducts();

print(products);

Additional information #

You can reach us using [email protected] if you have some questions.

5
likes
130
pub points
43%
popularity

Publisher

unverified uploader

Woocommerce flutter api integration with external plugin created by [email protected] and published by [email protected].

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

dio, faker, flutter_secure_storage, pretty_dio_logger

More

Packages that depend on woocommerce_flutter_api