File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed
Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1+ ## [ 2.1.1] - July 27, 2021:
2+ * Improves hr tag support
3+ * Fixes a leading whitespace issue
4+ * Fixes some crashes with CSS parsing
5+
16## [ 2.1.0] - June 3, 2021:
27* SelectableHtml widget (supporting a subset of tags) which allow text selection
38* Fixed shrinkWrap to actually shrink the horizontal space
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.0
101+ flutter_html: ^2.1.1
102102
103103## Currently Supported HTML Tags:
104104| | | | | | | | | | | |
Original file line number Diff line number Diff line change 22// Generated file. Do not edit.
33//
44
5- // ignore_for_file: directives_ordering
65// ignore_for_file: lines_longer_than_80_chars
76
87import 'package:video_player_web/video_player_web.dart' ;
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.0
3+ version : 2.1.1
44homepage : https://github.com/Sub6Resources/flutter_html
55
66environment :
You can’t perform that action at this time.
0 commit comments