File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1+ ## [ 2.1.2] - September 2, 2021:
2+ * Allow setting selectionControls with SelectableHtml
3+ * Fix onLinkTap not working with SelectableHtml
4+ * Don't crash when parsing unsupported : hover
5+ * Prevent endless loading when using animated images
6+
17## [ 2.1.1] - July 28, 2021:
28* Stable release with all 2.1.1-preview.X changes
39
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ A Flutter widget for rendering HTML and CSS as Flutter widgets.
9898Add the following to your ` pubspec.yaml ` file:
9999
100100 dependencies:
101- flutter_html: ^2.1.1
101+ flutter_html: ^2.1.2
102102
103103## Currently Supported HTML Tags:
104104| | | | | | | | | | | |
Original file line number Diff line number Diff line change 11name : flutter_html
22description : A Flutter widget rendering static HTML and CSS as Flutter widgets.
3- version : 2.1.1
3+ version : 2.1.2
44homepage : https://github.com/Sub6Resources/flutter_html
55
66environment :
You can’t perform that action at this time.
0 commit comments