File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1+ ## 0.9.1
2+
3+ - Try catch possible errors during table layout (#846 )
4+ - Add support for ` list-style-type: none ` (#847 )
5+ - Adjust sizing logic for IMG tag (#854 )
6+ - Redistribute table column width to avoid overflow (#856 )
7+
18## 0.9.0+2
29
310- Change column width calculation logic (#747 )
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Add this to your app's `pubspec.yaml` file:
1717
1818``` yaml
1919dependencies :
20- flutter_widget_from_html_core : ^0.9.0
20+ flutter_widget_from_html_core : ^0.9.1
2121` ` `
2222
2323## Usage
Original file line number Diff line number Diff line change 11name : flutter_widget_from_html_core
2- version : 0.9.0+2
2+ version : 0.9.1
33description : Flutter package to render html as widgets that focuses on correctness and extensibility.
44homepage : https://github.com/daohoangson/flutter_widget_from_html/tree/master/packages/core
55
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ environment:
1010dependencies :
1111 flutter :
1212 sdk : flutter
13- flutter_widget_from_html_core : ^0.9.0+2
13+ flutter_widget_from_html_core : ^0.9.1
1414 fwfh_cached_network_image : ^0.7.0+3
1515 fwfh_chewie : ^0.7.0+3
1616 fwfh_just_audio : ^0.9.0
You can’t perform that action at this time.
0 commit comments