webview_flutter_plus 0.4.20
webview_flutter_plus: ^0.4.20 copied to clipboard
An extension of webview_flutter to load local HTML,CSS and Javascript from Assets or Strings and much more.
0.4.20 #
- Dependencies upgraded.
0.4.18 #
- Minor Fix.
0.4.17 #
- Minor Fix.
0.4.16 #
- Dependencies upgrade.
0.4.15 #
- API changes, please refer to the example.
0.4.14 #
- Minor fixes.
0.4.13 #
- Minor fixes.
0.4.10 #
- Minor changes, please see the example.
0.4.9 #
- API changes, please see the example.
0.4.8 #
- API changes, please see the example.
0.4.7 #
- Minor Fixes.
0.4.6 #
- Dependencies upgraded.
0.4.5 #
onLoadedhas been removed.
0.4.4 #
onLoadedhas been implemented, fires an event when the entire page (including all its resources like images, scripts, and stylesheets) has finished loading.
0.4.3 #
- Major changes, see the example.
0.4.2 #
- Major changes, see the example.
0.4.1 #
- Minor fix.
0.3.0+1 #
- Minor fixes.
0.3.0 #
Project has been restarted due to some issues with webview_flutter. #
0.2.4 #
Package has been deprecated in the favor of webview_flutter. #
0.2.3+1 #
- Add iOS-specific note to set JavascriptMode.unrestricted in order to set zoomEnabled: false.
0.2.3 #
- Minor Fixes.
0.2.2 #
- WebView requires at least Android 19 if you are using hybrid composition (flutter/issues/59894).
0.2.1+1 #
- Minor Code Fixes.
0.2.1 #
- Minor API Changes.
0.2.0 #
- Migration to null-safety.
0.1.1+10 #
- Dependencies upgrade.
0.1.1+9 #
- Minor changes.
0.1.1+8 #
- Minor changes.
0.1.1+7 #
- Minor changes.
0.1.1+6 #
- Minor api changes.
controller.loadUrl()can be used to load file from assets.
[0.1.1+6] #
- CodeInjection removed due to poor performance.
0.1.1+5 #
- Minor API changes
0.1.1+4 #
- Minor Api Changes for
0.1.1+3 #
- Minor Fixes
0.1.1+2 #
CodeInjectionadded
0.1.1+1 #
- Minor fixes.
0.1.1 #
getWebviewPlusHeight()method added inWebViewPlusController
0.1.0 #
- Minor fixes
0.0.1 #
- initial release.
loadStringandloadAssetsAPIs are added.