webview_flutter_plus 0.4.19
webview_flutter_plus: ^0.4.19 copied to clipboard
An extension of webview_flutter to load local HTML,CSS and Javascript from Assets or Strings and much more.
0.4.19 June 05, 2025 #
- Dependencies upgraded.
0.4.18 May 11, 2025 #
- Minor Fix.
0.4.17 May 10, 2025 #
- Minor Fix.
0.4.16 May 02, 2025 #
- Dependencies upgrade.
0.4.15 Apr 02, 2025 #
- API changes, please refer to the example.
0.4.14 Apr 02, 2025 #
- Minor fixes.
0.4.13 Apr 02, 2025 #
- Minor fixes.
0.4.10 Dec 26, 2024 #
- Minor changes, please see the example.
0.4.9 Dec 22, 2024 #
- API changes, please see the example.
0.4.8 Dec 22, 2024 #
- API changes, please see the example.
0.4.7 Aug 18, 2024 #
- Minor Fixes.
0.4.6 Aug 05, 2024 #
- Dependencies upgraded.
0.4.5 Dec 25, 2023 #
onLoaded
has been removed.
0.4.4 Dec 25, 2023 #
onLoaded
has been implemented, fires an event when the entire page (including all its resources like images, scripts, and stylesheets) has finished loading.
0.4.3 Dec 17, 2023 #
- Major changes, see the example.
0.4.2 Dec 17, 2023 #
- Major changes, see the example.
0.4.1 Dec 16, 2023 #
- Minor fix.
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.