simple_html_css_flutter icon indicating copy to clipboard operation
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)

Results 7 simple_html_css_flutter issues
Sort by recently updated
recently updated
newest added

thanks for your perfect package.please add ol and li tag support faster

help wanted

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:...

bug
help wanted

i have arabit text inside html , arabic text appears as ltr not rtl please help me

help wanted

Hi there, Make the package read Text-Alignment style within the HTML.

good first issue

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?

enhancement

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 ''

enhancement
help wanted