File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ dependencies:
1616 fwfh_just_audio : ^0.9.0
1717 fwfh_svg : ^0.7.2+1
1818 fwfh_url_launcher : ^0.9.0
19- fwfh_webview : ^ 0.6.2+5
19+ fwfh_webview : " >= 0.6.2+5 <0.8.0 "
2020 html : ^0.15.0
2121
2222dependency_overrides :
Original file line number Diff line number Diff line change 1+ ## 0.7.0
2+
3+ - Add support for
[email protected] (
#841 )
4+ - Remove support for ` unsupportedWorkaroundForIssue375 `
5+
16## 0.6.2+5
27
38- Fix context usage across async gaps (#835 )
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Add this to your app's `pubspec.yaml` file:
1616``` yaml
1717dependencies :
1818 flutter_widget_from_html_core : any
19- fwfh_webview : ^0.6.2
19+ fwfh_webview : ^0.7.0
2020` ` `
2121
2222## Usage
Original file line number Diff line number Diff line change 11name : fwfh_webview
2- version : 0.6.2+5
2+ version : 0.7.0
33description : WidgetFactory extension to render IFRAME with the official WebView plugin.
44homepage : https://github.com/daohoangson/flutter_widget_from_html
55
You can’t perform that action at this time.
0 commit comments