yaepub 1.0.2 copy "yaepub: ^1.0.2" to clipboard
yaepub: ^1.0.2 copied to clipboard

A simple, lightweight and robust Dart package for parsing EPUB files, extracting metadata, chapters, and content to build e-book readers.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add yaepub

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

dependencies:
  yaepub: ^1.0.2

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:yaepub/yaepub.dart';
0
likes
70
points
194
downloads

Publisher

verified publisheraestesis.org

Weekly Downloads

A simple, lightweight and robust Dart package for parsing EPUB files, extracting metadata, chapters, and content to build e-book readers.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

archive, collection, crypto, mime_type, path, xml

More

Packages that depend on yaepub