File tree Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ dependencies:
1515 fwfh_chewie : ^0.16.0
1616 fwfh_just_audio : ^0.16.0
1717 fwfh_svg : ^0.16.0
18- fwfh_url_launcher : ^0.9.1
18+ fwfh_url_launcher : ^0.16.0
1919 fwfh_webview : ^0.15.3
2020 html : ^0.15.0
2121
Original file line number Diff line number Diff line change 1+ ## 0.16.0
2+
3+ - Requires Flutter 3.10 (#1396 )
4+ - Add support for
[email protected] (
#1405 )
5+
16## 0.9.1
27
38- Add support for
[email protected] (
#1269 )
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Add this to your app's `pubspec.yaml` file:
1414``` yaml
1515dependencies :
1616 flutter_widget_from_html_core : any
17- fwfh_url_launcher : ^0.9.1
17+ fwfh_url_launcher : ^0.16.0
1818` ` `
1919
2020## Usage
Original file line number Diff line number Diff line change 11name : fwfh_url_launcher
2- version : 0.9.1
2+ version : 0.16.0
33description : WidgetFactory extension to launch A tag via url_launcher plugin.
44homepage : https://github.com/daohoangson/flutter_widget_from_html
55
@@ -10,7 +10,7 @@ environment:
1010dependencies :
1111 flutter :
1212 sdk : flutter
13- flutter_widget_from_html_core : " >=0.8.0 <0.16 .0"
13+ flutter_widget_from_html_core : " >=0.8.0 <0.17 .0"
1414 url_launcher : ^6.1.0
1515
1616dependency_overrides :
You can’t perform that action at this time.
0 commit comments