woocommerce_flutter_api 1.2.2 copy "woocommerce_flutter_api: ^1.2.2" to clipboard
woocommerce_flutter_api: ^1.2.2 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);
}
19
likes
0
points
48
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)
View/report issues

License

unknown (license)

Dependencies

dio, faker, flutter_secure_storage, pretty_dio_logger

More

Packages that depend on woocommerce_flutter_api