Skip to content

Commit e4821d7

Browse files
Merge pull request Sub6Resources#293 from Sub6Resources/fix/version-update
Update version
2 parents 6a8e58b + 243bba2 commit e4821d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ A Flutter widget for rendering html and css as Flutter widgets.
1515
Add the following to your `pubspec.yaml` file:
1616

1717
dependencies:
18-
flutter_html: ^1.0.0-pre.1
18+
flutter_html: ^1.0.0
1919

2020
## Currently Supported HTML Tags:
2121
`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`

0 commit comments

Comments
 (0)