webview_flutter 0.2.0 webview_flutter: ^0.2.0 copied to clipboard
A Flutter plugin that provides a WebView widget on Android and iOS.
0.2.0 #
- Added a evaluateJavascript method to WebView controller.
- (BREAKING CHANGE) Renamed the
JavaScriptMode
enum toJavascriptMode
, and the WebViewjavasScriptMode
parameter tojavascriptMode
.
0.1.2 #
- Added a reload method to the WebView controller.
0.1.1 #
- Added a
currentUrl
accessor for the WebView controller to look up what URL is being displayed.
0.1.0+1 #
- Fix null crash when initialUrl is unset on iOS.
0.1.0 #
- Add goBack, goForward, canGoBack, and canGoForward methods to the WebView controller.
0.0.1+1 #
- Fix case for "FLTWebViewFlutterPlugin" (iOS was failing to buld on case-sensitive file systems).
0.0.1 #
- Initial release.