wordpress_api 0.0.2 wordpress_api: ^0.0.2 copied to clipboard
A WordPress API client for flutter with support for WooCommerce and custom namespaces.
WordPress API client for Dart (Flutter) #
Description #
A WordPress API client for flutter with support for WooCommerce and custom namespaces.
Features #
- Retrieve data from any endpoint.
- Retrieve data from any namespace.
- Support for WooCommerce API v3.
Installation #
In the dependencies:
section of your pubspec.yaml
, add the following line:
wordpress_api: <latest_version>
Example #
coming soon..
To Do #
- Add authentication function
- Add postAsync function
Contributions are welcome, report any issues here
Note: This library is still in development.