File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,8 @@ A Flutter widget for rendering HTML and CSS as Flutter widgets.
27
27
28
28
- [ Currently Supported CSS Attributes] ( #currently-supported-css-attributes )
29
29
30
+ - [ Currently Supported Inline CSS Attributes] ( #currently-supported-inline-css-attributes )
31
+
30
32
- [ Why flutter_html?] ( #why-this-package )
31
33
32
34
- [ API Reference] ( #api-reference )
@@ -122,6 +124,13 @@ Add the following to your `pubspec.yaml` file:
122
124
| ` padding ` | ` margin ` | ` text-align ` | ` text-decoration ` | ` text-decoration-color ` | ` text-decoration-style ` | ` text-decoration-thickness ` |
123
125
| ` text-shadow ` | ` vertical-align ` | ` white-space ` | ` width ` | ` word-spacing ` | | |
124
126
127
+ ## Currently Supported Inline CSS Attributes:
128
+ | | | | | | | |
129
+ | ------------------| --------| ------------| ----------| --------------| ------------------------| ------------|
130
+ | ` background-color ` | ` border ` | ` color ` | ` direction ` | ` display ` | ` font-family ` | ` font-feature-settings ` |
131
+ | ` font-size ` | ` font-style ` | ` font-weight ` | ` line-height ` | ` list-style-type ` | ` list-style-position ` | ` padding ` |
132
+ | ` margin ` | ` text-align ` | ` text-decoration ` | ` text-decoration-color ` | ` text-decoration-style ` | ` text-shadow ` | |
133
+
125
134
Don't see a tag or attribute you need? File a feature request or contribute to the project!
126
135
127
136
## Why this package?
You can’t perform that action at this time.
0 commit comments