ponnamkarthik / FlutterHtmlView

Flutter Plugin to render html as a Widget
Apache License 2.0
241 stars 107 forks source link

Please use MarkdownBody instead of Markdown #74

Closed The-Redhat closed 5 years ago

The-Redhat commented 5 years ago

You cannot put Markdown in another list. So with MarkdownBody you are way more flexible.

Eimji commented 5 years ago

I agree with @The-Redhat !

ponnamkarthik commented 5 years ago

@The-Redhat and @Eimji Please use scrollable: false to use MarkdownBody

Eimji commented 5 years ago

Thansk :) I also found this new option after noticing that my code was broken using the latest version of your plugin. Great work for your plugin :)

thgoebel commented 5 years ago

@PonnamKarthik When will there be a new release, containing the scrollable parameter? I think it would fix an issue I've had as well, but as far as I see it's not yet in 0.5.11 (it only been comitted the day after, hasn't it?). Thanks a lot for your plugin :)