webview_flutter_plus 0.1.1+9 webview_flutter_plus: ^0.1.1+9 copied to clipboard
An extension of webview_flutter to load local HTML,CSS and Javascript from Assets or Strings and much more.
[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.