flutter_html_css_text_overflow 0.2.0
flutter_html_css_text_overflow: ^0.2.0 copied to clipboard
A flutter_html extension that applies the CSS text-overflow, white-space and -webkit-line-clamp properties from an element's inline style.
0.2.0 #
- Renamed from
flutter_html_css_text_overflow_extensionon pub.flutter-io.cn. The old package stays published and is marked discontinued with this one as its replacement. Class names are unchanged.
0.1.0 #
- Initial release. Applies
text-overflow,white-space(pre/pre-wrap/pre-line/nowrap) and-webkit-line-clampfrom an element's inline style, so the CSS behind Bootstrap's.text-truncaterenders as a single ellipsized line.