webview_flutter_android 2.6.0
webview_flutter_android: ^2.6.0 copied to clipboard
A Flutter plugin that provides a WebView widget on Android.
2.6.0 #
- Adds implementation of the
loadFlutterAssetmethod from the platform interface.
2.5.0 #
- Adds an option to set the background color of the webview.
2.4.0 #
- Adds support for Android's
WebView.loadDataandWebView.loadDataWithBaseUrlmethods and implements theloadFileandloadHtmlStringmethods from the platform interface. - Updates to webview_flutter_platform_interface version 1.5.2.
2.3.1 #
- Adds explanation on how to generate the pigeon communication layer and mockito mock objects.
- Updates compileSdkVersion to 31.
2.3.0 #
- Replaces platform implementation with API built with pigeon.
2.2.1 #
- Fix
NullPointerExceptionfrom a race condition when changing focus. This only affectsWebViewwhen it is created without Hybrid Composition.
2.2.0 #
- Implemented new
runJavascriptandrunJavascriptReturningResultmethods in platform interface.
2.1.0 #
- Add
zoomEnabledfunctionality.
2.0.15 #
- Added Overrides in FlutterWebView.java
2.0.14 #
- Update example App so navigation menu loads immediatly but only becomes available when
WebViewControlleris available (same behavior as example App in webview_flutter package).
2.0.13 #
- Extract Android implementation from
webview_flutter.