Skip to content

Latest commit

 

History

History
77 lines (50 loc) · 1.92 KB

File metadata and controls

77 lines (50 loc) · 1.92 KB

0.4.0

  • Update minimum supported SDK version to Flutter 3.32/Dart 3.8.
  • Update webview_flutter to 4.13.1.
  • Update webview_flutter_platform_interface to 2.13.0.
  • Add support for setVerticalScrollBarEnabled, setHorizontalScrollBarEnabled, supportsSetScrollBarsEnabled APIs
  • Update lightweight web engine(1.3.36).

0.3.9

  • Update code format.
  • Fix bugs for Tizen 10.0 support

0.3.8

  • Update the LICENSE file so that it is recognized by pub.dev.

0.3.7

  • Update lightweight web engine(1.3.8).

0.3.6

  • Update minimum Flutter and Dart version to 3.24 and 3.5.
  • Update the example main app.
  • Update webview_flutter to 4.10.0.
  • Update webview_flutter_platform_interface to 2.10.0.
  • Add removeJavaScriptChannel method call.
  • Fix deadlock issue caused by calling setBackgroundColor() after the WebViewController is created.

0.3.5

  • Fix an issue where platform channel isn't called on the main thread.
  • Update lightweight web engine(1.3.7) to fix a crash issue that occurs when opening https://flutter.dev

0.3.4

  • Update lightweight web engine(1.3.3).

0.3.3

  • Update lightweight web engine(1.3.0).

0.3.2

  • Update lightweight web engine(1.2.2).

0.3.1

  • Fix new lint warnings.
  • Update minimum Flutter and Dart version to 3.13 and 3.1.
  • Supports multiple JavaScriptChannel method call.

0.3.0

  • Update webivew_flutter to 4.4.2.
  • Update webview_flutter_platform_interface to 2.6.0.
  • Update integration_test.
  • Add pub topics to package metadata.
  • Add support to retrieve the user agent. See LweWebViewController.getUserAgent.
  • Apply Platform API change.
  • Increase the minimum Flutter version to 3.3.

0.2.0

  • Update webivew_flutter to 4.0.2.
  • Update webview_flutter_platform_interface to 2.0.1.

0.1.1

  • Use only error type names defined in web_resource_error.dart.
  • Remove unused dependencies.

0.1.0

  • Initial release.
  • Rename the package from webview_flutter_tizen to webview_flutter_lwe.