Flutter webView: how to pass parameters to GET method?
Try to pass parameters a=1&b=2
to the WebView URI:
Is it possible to close WebView from flutter web site opened by webview?
I deploy web site for example www.abc.com made by flutter web, let’s say this is Flutter Project B
.