Skip to content

Commit 811cd21

Browse files
committed
Merge remote-tracking branch 'upstream/fix/new-tag'
# Conflicts: # example/pubspec.lock # pubspec.lock
2 parents 4406a4f + 48b95ad commit 811cd21

File tree

5 files changed

+3
-573
lines changed

5 files changed

+3
-573
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
.pub-cache/
1313
.pub/
1414
build/
15-
15+
pubspec.lock
1616
# Android related
1717
**/android/**/gradle-wrapper.jar
1818
**/android/.gradle

README.md

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

1919
dependencies:
20-
flutter_html: ^1.0.0
20+
flutter_html: ^1.0.2
2121

2222
## Currently Supported HTML Tags:
2323
`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`

example/pubspec.lock

Lines changed: 0 additions & 292 deletions
This file was deleted.

0 commit comments

Comments
 (0)