flutter_html 0.5.1 flutter_html: ^0.5.1 copied to clipboard
A Flutter widget for rendering static html tags as Flutter widgets. (Will render over 60 different html tags!)
[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
.