| ## NEXT |
| |
| * Migrates from `analysis_options_legacy.yaml` to `analysis_options.yaml`. |
| * Integration test fixes. |
| * Updates to webview_flutter_platform_interface version 1.5.2. |
| |
| ## 2.4.0 |
| |
| * Implemented new `loadFile` and `loadHtmlString` methods from the platform interface. |
| |
| ## 2.3.0 |
| |
| * Implemented new `loadRequest` method from platform interface. |
| |
| ## 2.2.0 |
| |
| * Implemented new `runJavascript` and `runJavascriptReturningResult` methods in platform interface. |
| |
| ## 2.1.0 |
| |
| * Add `zoomEnabled` functionality. |
| |
| ## 2.0.14 |
| |
| * Update example App so navigation menu loads immediatly but only becomes available when `WebViewController` is available (same behavior as example App in webview_flutter package). |
| |
| ## 2.0.13 |
| |
| * Extract WKWebView implementation from `webview_flutter`. |