Month: July 2020

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-2

By Robby 0 Comment July 4, 2020

Before Reading these complete the part-1. In this we show the post details in individual screen Create a new file as post.dart Navigate to post screen using Material Navigation and also pass the post parameter to the screen For view HTML post in Flutter we need a plugin   flutter_widget_from_html: ^0.4.1 we design the post using Columns, […]

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 […]