Just a simple method. Wrap Scaffold with WillPopScope widget . Show activity on this post. In this case when user will tap system back button, onWillPop callback will decide should the screen be popped or not.
Read moreHow do you handle back button in flutter Webview?
How to Handle Webview Back Button Event in Flutter?
Read moreCan Flutter use WebView?
Introduction. With the WebView Flutter plugin you can add a WebView widget to your Android or iOS Flutter app . On iOS the WebView widget is backed by a WKWebView, while on Android the WebView widget is backed by a WebView. The plugin can render Flutter widgets over the web view.
Read moreHow does Flutter handle WebView?
Webview in Flutter Example
Read more