simple_html_css 5.0.0 copy "simple_html_css: ^5.0.0" to clipboard
simple_html_css: ^5.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: ^5.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';
138
likes
160
points
45.1k
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

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

License

Apache-2.0 (license)

Dependencies

flutter, xml

More

Packages that depend on simple_html_css