Skip to content

Commit b3f6d7b

Browse files
committed
Fix fwfh_webview backward compatibility
1 parent 4238437 commit b3f6d7b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/fwfh_webview/pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ description: WidgetFactory extension to render IFRAME with the official WebView
44
homepage: https://github.com/daohoangson/flutter_widget_from_html
55

66
environment:
7-
flutter: ">=3.16.0"
8-
sdk: ">=3.2.0 <4.0.0"
7+
flutter: ">=3.16.6"
8+
sdk: ">=3.2.3 <4.0.0"
99

1010
dependencies:
1111
flutter:
@@ -14,8 +14,8 @@ dependencies:
1414
logging: ^1.0.0
1515
web: ">=0.3.0 <2.0.0"
1616
webview_flutter: ^4.0.1
17-
webview_flutter_android: ">=3.10.0 <5.0.0"
18-
webview_flutter_wkwebview: ^3.6.0
17+
webview_flutter_android: ">=3.14.0 <5.0.0"
18+
webview_flutter_wkwebview: ^3.11.0
1919

2020
dependency_overrides:
2121
flutter_widget_from_html_core:

0 commit comments

Comments
 (0)