File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1+ ## [ 2.0.0] - April 1, 2021:
2+ * Support basic MathML
3+ * Supply full context tree to custom render
4+ * Fixed lists not rendering correctly
5+ * Fixes for colspans in tables
6+
17## [ 2.0.0-nullsafety.0] - March 5, 2021:
28* Nullsafety support
39* Official Flutter Web support
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.0.0-nullsafety.0
3+ version : 2.0.0
44homepage : https://github.com/Sub6Resources/flutter_html
55
66environment :
@@ -16,7 +16,7 @@ dependencies:
1616 css_colors : ^1.1.0
1717
1818 # Plugins for rendering the <table> tag.
19- flutter_layout_grid : ^1.0.0-nullsafety.6
19+ flutter_layout_grid : ^1.0.1
2020
2121 # Plugins for rendering the <video> tag.
2222 video_player : ^2.0.0
You can’t perform that action at this time.
0 commit comments