simple_html_css_flutter
simple_html_css_flutter copied to clipboard
This Flutter package allows you to use HTML and inline CSS to style your text. A fork of css_text_for_flutter (https://github.com/hathibelagal-dev/css_text_for_flutter)
thanks for your perfect package.please add ol and li tag support faster
As suggested in https://github.com/ali-thowfeek/simple_html_css_flutter/issues/17#issuecomment-1772417562, this PR: * Adds a `unescapeContent` boolean flag to both `toTextSpan` and `toRichText`. * Default value is set to `true` for backward compatibility.
I am trying to run the following HTML through the toRichText function: `Age (use days if <1 month, months if <1 year):` This results in: ``` flutter: simple_html_css Exception: Closure:...
i have arabit text inside html , arabic text appears as ltr not rtl please help me
Hi there, Make the package read Text-Alignment style within the HTML.
This package tries to do sg similar but its not working https://github.com/Sub6Resources/flutter_html/pull/667 This package seems much simpler. Any plans for such a feature?
Would you consider adding BBCode support? Seems like it could be straightforward? For example [B]Bold[/B] is similar to Bold. Add ability to read '[]' in addition to ''