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

If I get posts by the page: ``` posts = widget.wordPress.fetchPosts( postParams: wp.ParamsPostList( perPage: postsPerPage, pageNum: currentPage, ), fetchAuthor: true, fetchFeaturedMedia: true, ); ``` There is no way to determine...

I noticed that you have this bug fixed in your repo, but it's apparently not in the released version yet. Is this going to be rectified soon? I'm right at...

How to fetch single page who;s id is for example 3? I am looking for a proper tutorial for this library. The current tutorial by ritesh sharma is outdated because...

Hello, is there any support for acf? Thank you David

Currently, I got this error when using current implementation. This is caused by not handling createUser method request properly and the User model toJson method deserialization not matching. What I...

Hi there, I am trying to authenticate my users but i can't. It shows always : **WordPress Error! code: wp_empty_list, message: No users found, status: null** ### My code ```...

If an ID is passed to the `fetchUser()` function it tries to find the corresponding user using a search query to REST API. If not, it falls back to email...

Hi all, first of all thank you for this fine plugin. Is it possible to have non-blocking operations within the "Future _postBuilder". For instance, if I want to get an...

Hi, Would be awesome if we could call custom fields (ACF) super easy. Also maybe a search function which includes search in tags, titles, custom fields, categories. And last a...

enhancement

How can read posts from custom post type? I have a postـtype called Book and I want read post from that's post type... how can I do?