woocommerce_api 0.1.0
woocommerce_api: ^0.1.0 copied to clipboard
A package to interact with the WooCommerce API (null-safe).
0.1.0 #
- Added null-safety
- Updated min-sdk constraint to 2.12.0
- Updated the example
0.0.8 #
- Fixed a bug where POST reuqest could not handle nested JSON data
0.0.7 #
- Fixed a bug for https websites where consumer_key and consumer_secret params are fixed
0.0.6 #
- Fixed a fatal bug in types
0.0.5 #
- Updated to work with HTTPS websites
- Minor bug fixes
- Updated ReadMe
0.0.4 #
- Fixed to work without the query_string package
- Minor bug fixes
0.0.3 #
- Updated SDK version upper limit for new Dart version
0.0.2 #
- Updated docs
0.0.1 #
- Added getAsync and postAsync functions.