e_livre 2.0.0 e_livre: ^2.0.0 copied to clipboard
Provides a simple way to extract information for ebook files such as epub 2.0 and epub 3.0
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.