- Added a evaluateJavascript method to WebView controller.
- (BREAKING CHANGE) Renamed the
JavaScriptMode
enum toJavascriptMode
, and the WebViewjavasScriptMode
parameter tojavascriptMode
.
- Added a reload method to the WebView controller.
- Added a
currentUrl
accessor for the WebView controller to look up what URL is being displayed.
- Fix null crash when initialUrl is unset on iOS.
- Add goBack, goForward, canGoBack, and canGoForward methods to the WebView controller.
- Fix case for "FLTWebViewFlutterPlugin" (iOS was failing to buld on case-sensitive file systems).
- Initial release.