flutter_wordpress 0.2.1
flutter_wordpress: ^0.2.1 copied to clipboard
This library uses WordPress REST-API-V2 to provide a way for your application to interact with your WordPress website.
[0.2.1] - 26/04/2020 #
- Custom post types
[0.2.0] - 21/04/2020 #
- Create, Update and Delete Comments
- Create, Update and Delete Posts
- Update and Delete Users
[0.1.4] - 27/02/2019 #
- Updated homepage URL
[0.1.3] - 26/02/2019 #
- Update example. Update post fetching to include author, comments. Add fetching comments as a hierarchy.
[0.1.2] - 16/02/2019 #
- Add fetch categories, tags, pages. Add create post, comments.
[0.1.1] - 14/02/2019 #
- Update README.md. Add fetch users list, fetch comments list.
- Implemented authorization function and fetching of Posts with parameters
[0.1.0] - Added Models #
- Created model classes for Wordpress REST API and implemented user authentication function using JWT authentication system.
[0.0.1] - TODO: Init. #
- Under Development. Nothing works now.