fluttercommunity / flutter_webview_plugin

Community WebView Plugin - Allows Flutter to communicate with a native WebView.
https://pub.dev/packages/flutter_webview_plugin
Other
1.48k stars 929 forks source link

add SuppressWarnings #834

Open shinriyo opened 3 years ago

shinriyo commented 3 years ago

you already use boolean shouldOverrideUrlLoading(WebView view, WebResourceRequest request) new method. so, I just added SuppressWarnings

Detail for warning: [deprecation] (shouldOverrideUrlLoading,onReceivedError,removeAllCookie) in WebViewClient has been deprecated #734