Skip to content

Commit ee9b0bd

Browse files
committed
[fwfh_webview] v0.15.4
1 parent 6c4c0d6 commit ee9b0bd

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

packages/enhanced/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies:
1616
fwfh_just_audio: ^0.16.0
1717
fwfh_svg: ^0.16.0
1818
fwfh_url_launcher: ^0.16.0
19-
fwfh_webview: ^0.15.3
19+
fwfh_webview: ^0.15.4
2020
html: ^0.15.0
2121

2222
dependency_overrides:

packages/fwfh_webview/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.15.4
2+
3+
- Add support for [email protected] (#1405)
4+
15
## 0.15.3
26

37
- Add support for webview_flutter_android@4 (#1366)

packages/fwfh_webview/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Add this to your app's `pubspec.yaml` file:
1616
```yaml
1717
dependencies:
1818
flutter_widget_from_html_core: any
19-
fwfh_webview: ^0.15.3
19+
fwfh_webview: ^0.15.4
2020
```
2121
2222
## Usage

packages/fwfh_webview/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: fwfh_webview
2-
version: 0.15.3
2+
version: 0.15.4
33
description: WidgetFactory extension to render IFRAME with the official WebView plugin.
44
homepage: https://github.com/daohoangson/flutter_widget_from_html
55

@@ -10,7 +10,7 @@ environment:
1010
dependencies:
1111
flutter:
1212
sdk: flutter
13-
flutter_widget_from_html_core: ">=0.10.5 <0.16.0"
13+
flutter_widget_from_html_core: ">=0.10.5 <0.17.0"
1414
logging: ^1.0.0
1515
web: ">=0.3.0 <2.0.0"
1616
webview_flutter: ^4.0.1

0 commit comments

Comments
 (0)