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

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

## 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