woocommerce_flutter_api 1.3.0
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.
1.0.0 #
- Initial version.
1.0.2 #
- [List any new changes, bug fixes, or improvements for version 1.0.2]
1.0.3 #
- Added support for retrieving WooCommerce product tags.
- Implemented
getProductTags()
to fetch product tags with various filtering options. - Introduced
WooProductTagSort
enum for sorting product tags. - Improved API structure and documentation.
- Fixed minor issues in query parameter handling.
1.1.0 #
- Added support for product review, shipping classses, reports, tax rates and tax classes.
- Improved API structure and documentation.
1.2.0 #
- Almost finished with all of the apis in Woocommerce official api.
1.2.1 #
- Improved API structure and documentation.
- Added interceptors property to Woocommerce class
1.2.2 #
- Fixes issue #23 in category orderby queryParameter.
1.3.0 #
- Fixes issue in getOrders orderby queryParameter.
- Added create, update, delete product category apis.
- Added create, update, delete, duplicate product apis.