Skip to content

Commit

Permalink
[webview_flutter_lwe] Update lightweight web engine(1.3.7)
Browse files Browse the repository at this point in the history
  • Loading branch information
seungsoo47 committed Jan 16, 2025
1 parent af9f4a3 commit daada8f
Show file tree
Hide file tree
Showing 27 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion packages/webview_flutter_lwe/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## NEXT
## 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

Expand Down
2 changes: 1 addition & 1 deletion packages/webview_flutter_lwe/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ This package is not an _endorsed_ implementation of `webview_flutter`. Therefore
```yaml
dependencies:
webview_flutter: ^4.4.2
webview_flutter_lwe: ^0.3.4
webview_flutter_lwe: ^0.3.5
```
## Example
Expand Down
2 changes: 1 addition & 1 deletion packages/webview_flutter_lwe/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: webview_flutter_lwe
description: Tizen implementation of the webview_flutter plugin backed by Lightweight Web Engine.
homepage: https://github.com/flutter-tizen/plugins
repository: https://github.com/flutter-tizen/plugins/tree/master/packages/webview_flutter_lwe
version: 0.3.4
version: 0.3.5

environment:
sdk: ">=3.1.0 <4.0.0"
Expand Down
Binary file modified packages/webview_flutter_lwe/tizen/lib/aarch64/libclipper.so
100755 → 100644
Binary file not shown.
Binary file modified packages/webview_flutter_lwe/tizen/lib/aarch64/liblightweight-web-engine.flutter-impl.so
100755 → 100644
Binary file not shown.
Binary file modified packages/webview_flutter_lwe/tizen/lib/aarch64/liblightweight-web-engine.flutter.so
100755 → 100644
Binary file not shown.
Binary file modified packages/webview_flutter_lwe/tizen/lib/aarch64/libmp4parse.so
100755 → 100644
Binary file not shown.
Binary file modified packages/webview_flutter_lwe/tizen/lib/aarch64/libskia_matrix.so
100755 → 100644
Binary file not shown.
Binary file modified packages/webview_flutter_lwe/tizen/lib/aarch64/libtuv.so
100755 → 100644
Binary file not shown.
Binary file modified packages/webview_flutter_lwe/tizen/lib/aarch64/libwebm.so
100755 → 100644
Binary file not shown.
Binary file modified packages/webview_flutter_lwe/tizen/lib/aarch64/libwebp_lwe.so
100755 → 100644
Binary file not shown.
Binary file modified packages/webview_flutter_lwe/tizen/lib/armel/libclipper.so
100755 → 100644
Binary file not shown.
Binary file modified packages/webview_flutter_lwe/tizen/lib/armel/liblightweight-web-engine.flutter-impl.so
100755 → 100644
Binary file not shown.
Binary file modified packages/webview_flutter_lwe/tizen/lib/armel/liblightweight-web-engine.flutter.so
100755 → 100644
Binary file not shown.
Binary file modified packages/webview_flutter_lwe/tizen/lib/armel/libmp4parse.so
100755 → 100644
Binary file not shown.
Binary file modified packages/webview_flutter_lwe/tizen/lib/armel/libskia_matrix.so
100755 → 100644
Binary file not shown.
Binary file modified packages/webview_flutter_lwe/tizen/lib/armel/libtuv.so
100755 → 100644
Binary file not shown.
Binary file modified packages/webview_flutter_lwe/tizen/lib/armel/libwebm.so
100755 → 100644
Binary file not shown.
Binary file modified packages/webview_flutter_lwe/tizen/lib/armel/libwebp_lwe.so
100755 → 100644
Binary file not shown.
Binary file modified packages/webview_flutter_lwe/tizen/lib/i586/libclipper.so
100755 → 100644
Binary file not shown.
Binary file modified packages/webview_flutter_lwe/tizen/lib/i586/liblightweight-web-engine.flutter-impl.so
100755 → 100644
Binary file not shown.
Binary file modified packages/webview_flutter_lwe/tizen/lib/i586/liblightweight-web-engine.flutter.so
100755 → 100644
Binary file not shown.
Binary file modified packages/webview_flutter_lwe/tizen/lib/i586/libmp4parse.so
100755 → 100644
Binary file not shown.
Binary file modified packages/webview_flutter_lwe/tizen/lib/i586/libskia_matrix.so
100755 → 100644
Binary file not shown.
Binary file modified packages/webview_flutter_lwe/tizen/lib/i586/libtuv.so
100755 → 100644
Binary file not shown.
Binary file modified packages/webview_flutter_lwe/tizen/lib/i586/libwebm.so
100755 → 100644
Binary file not shown.
Binary file modified packages/webview_flutter_lwe/tizen/lib/i586/libwebp_lwe.so
100755 → 100644
Binary file not shown.

0 comments on commit daada8f

Please sign in to comment.