flutter_html_class_to_css_converter_extension 0.1.0
flutter_html_class_to_css_converter_extension: ^0.1.0 copied to clipboard
A flutter_html extension that converts class attributes to inline CSS styles.
0.1.0 #
- Initial release.
ClassListCssResolver: interface for mapping an ordered list of CSS classes to inline CSS declarations.ClassToInlineCssExtension: anHtmlExtensionbase class that runs duringflutter_html'spreStylingstep, merges resolver output into the element'sstyle=""attribute, and is a no-op for elements with no matching classes.