Skip to content

Commit b8644ec

Browse files
committed
Add screenshot to readme
1 parent c28db9f commit b8644ec

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/flutter_html_screenshot.png

119 KB
Loading

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44

55
A Flutter widget for rendering static html tags as Flutter widgets. (Will render over 70 different html tags!)
66

7-
## Roadmap
8-
[View the development roadmap in the wiki](https://github.com/Sub6Resources/flutter_html/wiki/Roadmap)
7+
<img alt="A Screenshot of flutter_html" src=".github/flutter_html_screenshot.png" width="300"/>
98

109
## Installing:
1110

@@ -17,6 +16,9 @@ Add the following to your `pubspec.yaml` file:
1716
## Currently Supported HTML Tags:
1817
`a`, `abbr`, `acronym`, `address`, `article`, `aside`, `b`, `bdi`, `bdo`, `big`, `blockquote`, `body`, `br`, `caption`, `cite`, `code`, `data`, `dd`, `del`, `dfn`, `div`, `dl`, `dt`, `em`, `figcaption`, `figure`, `footer`, `h1`, `h2`, `h3`, `h4`, `h5`, `h6`, `header`, `hr`, `i`, `img`, `ins`, `kbd`, `li`, `main`, `mark`, `nav`, `noscript`, `ol`, `p`, `pre`, `q`, `rp`, `rt`, `ruby`, `s`, `samp`, `section`, `small`, `span`, `strike`, `strong`, `sub`, `sup`, `table`, `tbody`, `td`, `template`, `tfoot`, `th`, `thead`, `time`, `tr`, `tt`, `u`, `ul`, `var`
1918

19+
## Roadmap
20+
[View the development roadmap in the wiki](https://github.com/Sub6Resources/flutter_html/wiki/Roadmap)
21+
2022
### Partially supported elements:
2123
> These are common elements that aren't yet fully supported, but won't be ignored and will still render somewhat correctly.
2224

0 commit comments

Comments
 (0)