Support for rendering HTML and CSS content

26 views
Skip to first unread message

martin....@gmail.com

unread,
Mar 5, 2018, 12:43:26 PM3/5/18
to Flutter Dev
I have an Ionic/Angular app that pulls a lot of data from Wordpress, essentially via JSON. This data is mostly html/css. Is there a way to render this kind of data in a Flutter widget/container?

Ian Hickson

unread,
Mar 6, 2018, 2:27:44 AM3/6/18
to martin....@gmail.com, Flutter Dev
We don't have a built-in way to render HTML and CSS according to the Web standards.

However, it should be relatively straight-forward to write a library that turns structured data into styled text. This is essentially what our markdown package does, for example: https://github.com/flutter/flutter_markdown

HTH.


On Mon, Mar 5, 2018 at 9:43 AM <martin....@gmail.com> wrote:
I have an Ionic/Angular app that pulls a lot of data from Wordpress, essentially via JSON. This data is mostly html/css. Is there a way to render this kind of data in a Flutter widget/container?

--
You received this message because you are subscribed to the Google Groups "Flutter Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to flutter-dev...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--

--
Ian Hickson

😸
Reply all
Reply to author
Forward
0 new messages