html_tags_cleaner 0.0.3 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';