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