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

A Flutter package for WooCommerce integration. Manage products, orders, and customers with updated dependencies for seamless e-commerce.

example/woocommerce_flutter_api_example.dart

import 'package:woocommerce_flutter_api/woocommerce_flutter_api.dart';

void main() async {
  final woocommerce = WooCommerce(
    baseUrl: 'https://example.com',
    username: 'djasio',
    password: 'ldp[sald]',
    useFaker: true,
    interceptors: [
      // DioCacheInterceptor(),
    ],
  );

  final response = await woocommerce.getProducts();

  print(response);
}
17
likes
150
points
138
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package for WooCommerce integration. Manage products, orders, and customers with updated dependencies for seamless e-commerce.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

dio, faker, flutter_secure_storage, pretty_dio_logger

More

Packages that depend on woocommerce_flutter_api