Skip to content

Latest commit

 

History

History
96 lines (65 loc) · 2.16 KB

CHANGELOG.md

File metadata and controls

96 lines (65 loc) · 2.16 KB

[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.4.0] - Dec 16, 2023

Major changes, see the example.

Much simplified.

[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 in WebViewPlusController

[0.1.0] - May 30, 2020

  • Minor fixes

[0.0.1] - May 30, 2020

  • initial release.
  • loadString and loadAssets APIs are added.