@@ -27,7 +27,7 @@ Add this to your app's `pubspec.yaml` file:
2727
2828``` yaml
2929dependencies :
30- flutter_widget_from_html : ^0.15.3
30+ flutter_widget_from_html : ^0.16.0
3131` ` `
3232
3333### Platform specific configuration
@@ -166,12 +166,13 @@ These tags and their contents will be ignored:
166166 - In ` flex ` mode:
167167 - flex-direction: column/row
168168 - align-items: flex-start/flex-end/center/baseline/stretch
169+ - gap: value in ` em ` , ` % ` , ` pt ` and ` px `
169170 - justify-content: flex-start/flex-end/center/space-between/space-around/space-evenly
170171- font-family
171172- font-size: absolute (e.g. ` xx-large ` ), relative (` larger ` , ` smaller ` ) or values in ` em ` , ` % ` , ` pt ` and ` px `
172173- font-style: italic/normal
173174- font-weight: bold/normal/100..900
174- - line-height: ` normal ` , number or values in ` em ` , ` % ` , ` pt ` and ` px `
175+ - line-height: ` normal ` , number or value in ` em ` , ` % ` , ` pt ` and ` px `
175176- margin: 4 values, 2 values or 1 value in ` em ` , ` pt ` and ` px `
176177 - margin-top, margin-right, margin-bottom, margin-left
177178 - margin-block-start, margin-block-end
0 commit comments