Flutter Wordpress
This library uses WordPress REST API V2 to provide a way for your application to interact with your WordPress website.
Requirements
For authentication and usage of administrator level REST APIs, you need to use either of the two popular authentication plugins in your WordPress site:
- Application Passwords
- JWT Authentication for WP REST API (recommended)
Getting Started
1. Import library
https://pub.dartlang.org/packages/flutter_wordpress
2. Instantiate WordPress class
3. Authenticate User
4. Fetch Posts
5. Fetch Users
6. Fetch Comments
7. Create Post
8. Post Comment
Future Work
- Implementing OAuth 2.0 authentication.