Tag: wordpress

Create a wordpress App using Flutter part-3

By Robby 0 Comment July 9, 2020

In this we can show the pages available in WordPress and open it in the WebView inside the Flutter App. Initialize the list page Call the API to get page details Initialize in the initState Create an App drawer using drawer function For WebView in Flutter we need to install webview_flutter in pubspec.yaml Create a […]

Create a WordPress App using Flutter Part 1

By Robby 1 Comment July 2, 2020

Creating a WordPress App using Flutter. You can create an own app using flutter with ease The Below plugins are we used in this project pubspec.yaml http: ^0.12.1 transparent_image: ^1.0.0 We are using the above plugins to made our APP works fine http – A composable, Future-based library for making HTTP requests. transparent_image – A simple transparent […]