style_parser 0.0.14 copy "style_parser: ^0.0.14" to clipboard
style_parser: ^0.0.14 copied to clipboard

StyleParser is a Flutter package that parses CSS and HTML to convert styles into Flutter's `TextStyle` and `TextSpan` for rich text formatting.

example/example.dart

import 'package:style_parser/style_parser.dart';

void hi() {
  StyleParser.htmlTagToTextSpan("HI");
}
4
likes
0
pub points
22%
popularity

Publisher

unverified uploader

StyleParser is a Flutter package that parses CSS and HTML to convert styles into Flutter's `TextStyle` and `TextSpan` for rich text formatting.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, html

More

Packages that depend on style_parser