Skip to content
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
6 changes: 5 additions & 1 deletion packages/webview_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
## NEXT
## 0.5.0

* Code refactoring.
* Update the example app and integration_test.
* Sync with the latest framework code.
* Migrate to new analysis options.
* Update LWE binary (f0ca15ee41d2fc96b59fd57b63b6c32cf6c1906b).

## 0.4.4

Expand Down
4 changes: 2 additions & 2 deletions packages/webview_flutter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ This package is not an _endorsed_ implementation of `webview_flutter`. Therefore

```yaml
dependencies:
webview_flutter: ^3.0.2
webview_flutter_tizen: ^0.4.4
webview_flutter: ^3.0.4
webview_flutter_tizen: ^0.5.0
```

## Example
Expand Down
1 change: 0 additions & 1 deletion packages/webview_flutter/analysis_options.yaml

This file was deleted.

Loading