File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1+ ## 5.0.0
2+ * ** Breaking change** this package now needs a Flutter version >= 3.22
3+ * Remove html_unescape from package, input has to be unescaped before you pass in
4+
15## 4.0.1
26* Allow bypassing HTML content unescaping
37
Original file line number Diff line number Diff line change 11name : simple_html_css
22description : This package allows you to use simple HTML and inline CSS styles to style your text in flutter. A fork of css_text package.
3- version : 4 .0.1
3+ version : 5 .0.0
44homepage : https://github.com/ali-thowfeek/simple_html_css_flutter
55repository : https://github.com/ali-thowfeek/simple_html_css_flutter
66
77environment :
8- sdk : ' >=2.17.0 <3 .0.0'
9- flutter : ' >=2.0 .0'
8+ sdk : ' >=2.17.0 <4 .0.0'
9+ flutter : ' >=3.22 .0'
1010
1111dependencies :
1212 flutter :
You can’t perform that action at this time.
0 commit comments