This is a package to woocommerce api.
- Authentication
- Notifications
- Cart
- Woocommerce API
flutter pub add woocommerce_flutter_api
final woocommerce = WooCommerce(
baseUrl: 'https://example.com',
username: 'ck_12abc34n56j',
password: 'cs_1uab8h3s3op',
useFaker: true,
);
final products = await woocommerce.getProducts();
print(products);
You can reach us using [email protected] if you have some questions.