- Added a reload method to the WebView controller.
- Added a
currentUrlaccessor 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.