html_tags_cleaner 0.0.3 copy "html_tags_cleaner: ^0.0.3" to clipboard
html_tags_cleaner: ^0.0.3 copied to clipboard

A very simple and easy-to-use package to clean html tags from a string, simply by calling a method.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add html_tags_cleaner

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

dependencies:
  html_tags_cleaner: ^0.0.3

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:html_tags_cleaner/html_tags_cleaner.dart';
3
likes
120
points
43
downloads

Publisher

verified publisherhery.website

Weekly Downloads

A very simple and easy-to-use package to clean html tags from a string, simply by calling a method.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on html_tags_cleaner