webview_flutter_plus_latest 0.0.1+1 webview_flutter_plus_latest: ^0.0.1+1 copied to clipboard
An extension of webview_flutter to load local HTML,CSS and Javascript from Assets or Strings and much more.
[0.3.0+1] - Feb 19, 2022 #
- Minor fixes.
[0.3.0] - Feb 19, 2022 #
Project has been restarted due to some issues with webview_flutter. #
[0.2.4] - Jan 09, 2022 #
Package has been deprecated
in the favor of webview_flutter. #
[0.2.3+1] - Nov 22, 2021 #
- Add iOS-specific note to set JavascriptMode.unrestricted in order to set zoomEnabled: false.
[0.2.3] - Sep 05, 2021 #
- Minor Fixes.
[0.2.2] - May 25, 2021 #
- WebView requires at least Android 19 if you are using hybrid composition (flutter/issues/59894).
[0.2.1+1] - Apr 20, 2021 #
- Minor Code Fixes.
[0.2.1] - Apr 13, 2021 #
- Minor API Changes.
[0.2.0] - Apr 10, 2021 #
- Migration to null-safety.
[0.1.1+10] - Oct 10, 2020 #
- Dependencies upgrade.
[0.1.1+9] - Jul 5, 2020 #
- Minor changes.
[0.1.1+8] - Jul 1, 2020 #
- Minor changes.
[0.1.1+7] - Jul 1, 2020 #
- Minor changes.
[0.1.1+6] - June 5, 2020 #
- Minor api changes.
controller.loadUrl()
can be used to load file from assets.
[0.1.1+6] - June 5, 2020 #
- CodeInjection removed due to poor performance.
[0.1.1+5] - June 5, 2020 #
- Minor API changes
[0.1.1+4] - June 3, 2020 #
- Minor Api Changes for
[0.1.1+3] - June 1, 2020 #
- Minor Fixes
[0.1.1+2] - June 1, 2020 #
CodeInjection
added
[0.1.1+1] - June 1, 2020 #
- Minor fixes.
[0.1.1] - May 30, 2020 #
getWebviewPlusHeight()
method added inWebViewPlusController
[0.1.0] - May 30, 2020 #
- Minor fixes
[0.0.1] - May 30, 2020 #
- initial release.
loadString
andloadAssets
APIs are added.