Skip to content

Commit

Permalink
[webview_flutter_lwe] Update pub version (#740)
Browse files Browse the repository at this point in the history
  • Loading branch information
JSUYA authored Sep 10, 2024
1 parent 454f3d1 commit 875e882
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions packages/webview_flutter_lwe/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.3.3

* Update lightweight web engine(1.3.0).

## 0.3.2

* Update lightweight web engine(1.2.2).
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.2
webview_flutter_lwe: ^0.3.3
```
## 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.2
version: 0.3.3

environment:
sdk: ">=3.1.0 <4.0.0"
Expand Down

0 comments on commit 875e882

Please sign in to comment.