flutter_wordpress icon indicating copy to clipboard operation
flutter_wordpress copied to clipboard

Flutter WordPress API

Results 38 flutter_wordpress issues
Sort by recently updated
recently updated
newest added

example app migrate to null safety removed unnecessary author tag from pubspec.yaml file updated to the latest dart SDK version

``` Text( post.categories, textAlign: TextAlign.left, style: TextStyle( fontSize: 12.0, fontWeight: FontWeight.bold, color: Colors.black, fontFamily: 'TatsamBengaliRndLight', ), ), ``` but it's not working. Also, can I fetch the author's avatar too?...

Hi there, Any news on the null safety update? Thanks

Hi team. First off, thank you so much for such a great and easy to use library. I wanted to reach out and see if you guys are planning to...

Hi, your example work correctly, after configuring JWT on my website, with login and posts fetch. But when I press the "create post" button it sends a request to https://MY_WEBSITE/wp-json/wp/v2/posts,...

I am not able to connect the server and get the data from my WordPress website with version ^0.2.1 I have tried with all the examples. But I am not...

As per [docs](https://developer.wordpress.org/rest-api/using-the-rest-api/global-parameters/#_fields), you can say exactly which fields you want, if you don't want all of them. Is support for fields something this project is interested in?

baseUrl is no more of type String change it to Uri