Skip to content

Commit daada8f

Browse files
committed
[webview_flutter_lwe] Update lightweight web engine(1.3.7)
1 parent af9f4a3 commit daada8f

27 files changed

+4
-3
lines changed

packages/webview_flutter_lwe/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
## NEXT
1+
## 0.3.5
22

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

56
## 0.3.4
67

packages/webview_flutter_lwe/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This package is not an _endorsed_ implementation of `webview_flutter`. Therefore
2121
```yaml
2222
dependencies:
2323
webview_flutter: ^4.4.2
24-
webview_flutter_lwe: ^0.3.4
24+
webview_flutter_lwe: ^0.3.5
2525
```
2626
2727
## Example

packages/webview_flutter_lwe/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: webview_flutter_lwe
22
description: Tizen implementation of the webview_flutter plugin backed by Lightweight Web Engine.
33
homepage: https://github.com/flutter-tizen/plugins
44
repository: https://github.com/flutter-tizen/plugins/tree/master/packages/webview_flutter_lwe
5-
version: 0.3.4
5+
version: 0.3.5
66

77
environment:
88
sdk: ">=3.1.0 <4.0.0"
0 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)