webview_flutter_platform_interface 1.5.1 webview_flutter_platform_interface: ^1.5.1 copied to clipboard
A common platform interface for the webview_flutter plugin.
1.5.1 #
- Reverts the addition of
onUrlChanged
, which was unintentionally a breaking change.
1.5.0 #
- Added
onUrlChanged
callback to platform callback handler.
1.4.0 #
- Added
loadFile
andloadHtml
interface methods.
1.3.0 #
- Added
loadRequest
method to platform interface.
1.2.0 #
- Added
runJavascript
andrunJavascriptReturningResult
interface methods to supersedeevaluateJavascript
.
1.1.0 #
- Add
zoomEnabled
functionality toWebSettings
.
1.0.0 #
- Extracted platform interface from
webview_flutter
.