Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[webview_flutter_lwe] Update lightweight web engine(1.3.7) #799

Merged
merged 1 commit into from
Jan 21, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.