reader_mode 0.2.1 copy "reader_mode: ^0.2.1" to clipboard
reader_mode: ^0.2.1 copied to clipboard

A Dart port of Mozilla's Readability.js content extraction library.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add reader_mode

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

dependencies:
  reader_mode: ^0.2.1

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:reader_mode/reader_mode.dart';
0
likes
60
points
70
downloads

Publisher

verified publishermortz.dev

Weekly Downloads

A Dart port of Mozilla's Readability.js content extraction library.

Repository (GitHub)
View/report issues
Contributing

Topics

#html #parser #readability #content-extraction #article

License

unknown (license)

Dependencies

html

More

Packages that depend on reader_mode