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

A Flutter package which allows the user to enter html contents which can be collapsed and expanded based on user defined trimming conditions

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add html_parsed_read_more

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

dependencies:
  html_parsed_read_more: ^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_parsed_read_more/html_parsed_read_more.dart';
1
likes
150
pub points
48%
popularity

Publisher

unverified uploader

A Flutter package which allows the user to enter html contents which can be collapsed and expanded based on user defined trimming conditions

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, flutter_html, html

More

Packages that depend on html_parsed_read_more