flutter_html 0.6.1 flutter_html: ^0.6.1 copied to clipboard
A Flutter widget for rendering static html tags as Flutter widgets. (Will render over 70 different html tags!)
[0.6.1] - September 4, 2018: #
- Fixed minor typo
[0.6.0] - September 4, 2018: #
- Update README.md and example
- GitHub version 0.6.0 milestone reached
[0.5.6] - September 4, 2018: #
- Adds partial support for
center
and arenderNewlines
property on theHtml
widget.
[0.5.5] - September 4, 2018: #
- Adds support for
acronym
, andbig
.
[0.5.4] - August 31, 2018: #
- Adds
onLinkTap
callback.
[0.5.3] - August 25, 2018: #
- Adds support for
strike
, andtt
.
[0.5.2] - August 25, 2018: #
- Adds support for
bdi
andbdo
[0.5.0] - August 23, 2018: #
[0.4.0] - August 15, 2018: #
- Adds support for
table
,tbody
,tfoot
,thead
,tr
,td
,th
, andcaption
[0.3.1] - August 15, 2018: #
- Fixed issue where
p
was not rendered with thedefaultTextStyle
.
[0.3.0] - August 15, 2018: #
-
Adds support for
abbr
,address
,article
,aside
,blockquote
,br
,cite
,code
,data
,dd
,del
,dfn
,dl
,dt
,figcaption
,figure
,footer
,header
,hr
,img
,ins
,kbd
,li
,main
,mark
,nav
,noscript
,pre
,q
,rp
,rt
,ruby
,s
,samp
,section
,small
,span
,template
,time
, andvar
-
Adds partial support for
a
,ol
, andul
[0.2.0] - August 14, 2018: #
- Adds support for
img
.
[0.1.1] - August 14, 2018: #
- Fixed
b
to be bold, not italic... - Adds support for
em
, andstrong
- Adds support for a default
TextStyle
[0.1.0] - August 14, 2018: #
- Renamed widget from
HtmlWidget
toHtml
- Adds support for
p
,h1
,h2
,h3
,h4
,h5
, andh6
.
[0.0.1] - August 14, 2018: #
- Adds support for
body
,div
,b
,i
, andu
.