File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
packages/fwfh_cached_network_image Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1+ ## 0.7.0-dev.2021080801
2+
3+ - Add support for error & loading builder (#547 , thanks @DFelten )
4+
15## 0.6.1+2
26
37- Add support for flutter_widget_from_html_core@0.7.0
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_cached_network_image : ^0.6. 0
17+ fwfh_cached_network_image : ^0.7.0- 0
1818` ` `
1919
2020## Usage
Original file line number Diff line number Diff line change 11name : fwfh_cached_network_image
2- version : 0.6.1+2
2+ version : 0.7.0-dev.2021080801
33description : WidgetFactory extension to render IMG with cached_network_image plugin.
44homepage : https://github.com/daohoangson/flutter_widget_from_html
55
@@ -12,7 +12,7 @@ dependencies:
1212 flutter :
1313 sdk : flutter
1414 flutter_cache_manager : ^3.0.0
15- flutter_widget_from_html_core : " >=0.6.0 <0.8.0 "
15+ flutter_widget_from_html_core : ^0.7.0-0
1616
1717dependency_overrides :
1818 flutter_widget_from_html_core :
You can’t perform that action at this time.
0 commit comments