File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1- # [ 2.0.1] - Feb 1st, 2021
1+ # [ 2.0.2] - Feb 5th, 2021
2+
3+ * Fixed an issue with trailing blank spaces
4+ * Fixed an issue with some escaped characters not rendering
5+
6+ ## [ 2.0.1] - Feb 1st, 2021
27
38* Fixed an issue with text within body tag not rendering
49* Improved error handling
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ packages:
108108 path: ".."
109109 relative: true
110110 source: path
111- version: "2.0.1 "
111+ version: "2.0.2 "
112112 sky_engine:
113113 dependency: transitive
114114 description: flutter
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 : 2.0.1
3+ version : 2.0.2
44homepage : https://github.com/ali-thowfeek/simple_html_css_flutter
55repository : https://github.com/ali-thowfeek/simple_html_css_flutter
66environment :
You can’t perform that action at this time.
0 commit comments