flutter_wordpress
flutter_wordpress copied to clipboard
Flutter WordPress API
This package is awesome. It would be more awesome if also flutter web is supported :)
I can't use this pub in my app because of the http v0.13 is forbiden with flutter_wordpress. I can't change the version because other packages use this version. Did you...
Hi, Currently before and after are supported, but since WP 5.7, modified_before and modified_after are also now supported. Can you add them? This would be tremendously useful for caching etc....
My use case: I wanted to load a field (menu_order) from the post. I'm not a wordpress expert - is that a common field? Should I instead add a regular...
Seems like this is missing
I am trying to use this library with this: https://pub.dev/packages/flutter_wordpress_content. But content.raw is always null. content.rendered is fine. Any reason for this? Thanks for the otherwise awesome library! :)
Exception has occurred. FormatException (FormatException: Unexpected character (at character 1) ^ )
Accessing a multi-site wordpress setup fails without not using rest_route. Signed-off-by: Christian Gmeiner
The REST API already supports adding the query param **?_embed** to the URL and the response will then include all “embedded media”, including the featured image but this library call...
I just followed the tutorial, using my own WordPress site url. But some of the post author is invalid. The author name that appears instead is another author on my...