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 @@ -14,7 +14,7 @@ dependencies:
1414 fwfh_cached_network_image : ^0.16.0
1515 fwfh_chewie : ^0.16.0
1616 fwfh_just_audio : ^0.16.0
17- fwfh_svg : ^0.8.3
17+ fwfh_svg : ^0.16.0
1818 fwfh_url_launcher : ^0.9.1
1919 fwfh_webview : ^0.15.3
2020 html : ^0.15.0
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.8.3
27
38- Fix unnamed function parameters (#1309 , authored by hassony105)
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_svg : ^0.8.3
17+ fwfh_svg : ^0.16.0
1818` ` `
1919
2020## Usage
Original file line number Diff line number Diff line change 11name : fwfh_svg
2- version : 0.8.3
2+ version : 0.16.0
33description : WidgetFactory extension to render SVG with flutter_svg plugin.
44homepage : https://github.com/daohoangson/flutter_widget_from_html
55
@@ -11,7 +11,7 @@ dependencies:
1111 flutter :
1212 sdk : flutter
1313 flutter_svg : ^2.0.0
14- flutter_widget_from_html_core : " >=0.8.0 <0.16 .0"
14+ flutter_widget_from_html_core : " >=0.8.0 <0.17 .0"
1515
1616dependency_overrides :
1717 flutter_widget_from_html_core :
You can’t perform that action at this time.
0 commit comments