ebook_parser 0.1.1 copy "ebook_parser: ^0.1.1" to clipboard
ebook_parser: ^0.1.1 copied to clipboard

Parse EPUB and FB2 ebooks into one shared document model with lazy sentence and word segmentation, metadata-only reads, and .fb2.zip support.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add ebook_parser

With Flutter:

 $ flutter pub add ebook_parser

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

dependencies:
  ebook_parser: ^0.1.1

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

Import it

Now in your Dart code, you can use:

import 'package:ebook_parser/ebook_parser.dart';
0
likes
160
points
134
downloads

Documentation

API reference

Publisher

verified publishermaxesoft.com

Weekly Downloads

Parse EPUB and FB2 ebooks into one shared document model with lazy sentence and word segmentation, metadata-only reads, and .fb2.zip support.

Repository (GitHub)
View/report issues

Topics

#epub #fb2 #ebook #parser #reader

License

MIT (license)

Dependencies

archive, enough_convert, html, path, xml

More

Packages that depend on ebook_parser