Deependra Chansoliya

Results 3 comments of Deependra Chansoliya

This worked for me. ``` flutterWebviewPlugin.onUrlChanged.listen((String url) async { if ( ! (url.startsWith("http:") ) { flutterWebviewPlugin.goBack(); _launchURL(url); //use url launcher plugin } } ```

Remove async . check [here](https://pub.dev/packages/flutter_webview_plugin/example). ![image](https://user-images.githubusercontent.com/45533969/123628414-b0224d80-d830-11eb-83ad-73fbceda86f2.png)