File tree 3 files changed +8
-3
lines changed
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
2
7
3
8
* Fixed an issue with text within body tag not rendering
4
9
* Improved error handling
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ packages:
108
108
path: ".."
109
109
relative: true
110
110
source: path
111
- version: "2.0.1 "
111
+ version: "2.0.2 "
112
112
sky_engine:
113
113
dependency: transitive
114
114
description: flutter
Original file line number Diff line number Diff line change 1
1
name : simple_html_css
2
2
description : 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
4
4
homepage : https://github.com/ali-thowfeek/simple_html_css_flutter
5
5
repository : https://github.com/ali-thowfeek/simple_html_css_flutter
6
6
environment :
You can’t perform that action at this time.
0 commit comments