Skip to content

Commit 6fe243c

Browse files
authored
[webview_flutter] Migrate to new analysis options (#397)
* Migrate to new analysis options * Remove CookieManagerTizen * Update RenderTizenView * Cleaned up integration_test * Removed TC that cannot be performed at this moment * Minor changes for Tizen webview * Update lightweight web engine binary Signed-off-by: MuHong Byun <[email protected]>
1 parent a1fe17d commit 6fe243c

File tree

14 files changed

+710
-1679
lines changed

14 files changed

+710
-1679
lines changed

packages/webview_flutter/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1-
## NEXT
1+
## 0.5.0
22

33
* Code refactoring.
4+
* Update the example app and integration_test.
5+
* Sync with the latest framework code.
6+
* Migrate to new analysis options.
7+
* Update LWE binary (f0ca15ee41d2fc96b59fd57b63b6c32cf6c1906b).
48

59
## 0.4.4
610

packages/webview_flutter/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ This package is not an _endorsed_ implementation of `webview_flutter`. Therefore
2424

2525
```yaml
2626
dependencies:
27-
webview_flutter: ^3.0.2
28-
webview_flutter_tizen: ^0.4.4
27+
webview_flutter: ^3.0.4
28+
webview_flutter_tizen: ^0.5.0
2929
```
3030
3131
## Example

packages/webview_flutter/analysis_options.yaml

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)