Create two Android layout files – “res/layout/main. xml” and “res/layout/webview. xml“ . Two activity classes, an activity to display a button, another activity display the WebView with predefined URL.
Read moreHow do I open WebView on Flutter?
Run the Flutter app in either iOS or Android to see a Webview , which displays the flutter. dev website. Alternatively run the app in either an Android emulator or an iOS simulator.
Read more