skip to Main Content

Flutter Pagination with WordPress REST API

I am trying to get my WordPress posts in my Flutter Application and I am getting posts successfully. Now the problem is that only ten posts are displaying. Future<List> fetchWpCats() async{ final response = await http.get( Uri.parse('https://rashtrasandeshnews.com/wp-json/wp/v2/posts'), headers: {"Accept": "application/json"}…

VIEW QUESTION
Back To Top
Search