eLivre

This is a Dart package for handling ebook files in EPUB 2.0 and 3.0 formats.

Features

  • Read EPUB 2.0 and EPUB 3.0 files
  • Navigate through the book structure
  • Extract book metadata
  • Extract book files

Getting Started

To use this package, add e_livre as a dependency in your pubspec.yaml file.

dependencies:
  e_livre: ^2.0.0

Then, run flutter pub get in your terminal.