simple_html_css 4.0.0 copy "simple_html_css: ^4.0.0" to clipboard
simple_html_css: ^4.0.0 copied to clipboard

This package allows you to use simple HTML and inline CSS styles to style your text in flutter. A fork of css_text package.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add simple_html_css

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  simple_html_css: ^4.0.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:simple_html_css/simple_html_css.dart';
112
likes
120
pub points
96%
popularity

Publisher

unverified uploader

This package allows you to use simple HTML and inline CSS styles to style your text in flutter. A fork of css_text package.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (LICENSE)

Dependencies

flutter, html_unescape, xml

More

Packages that depend on simple_html_css