Skip to content

Commit

Permalink
Merge pull request #3 from SofieTorch/development
Browse files Browse the repository at this point in the history
v0.1.4
  • Loading branch information
SofieTorch authored Sep 16, 2024
2 parents e669277 + da570ce commit 1ade501
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ Flutter Package to parse EPUB files (EBooks), with support for Media Overlays!

### Work in progress

- [ ] Direct getters for relevant attributes (such as title, authors, etc.)
- [ ] Read navigation definition
- [ ] Support for bindings

Expand All @@ -59,6 +58,8 @@ final epub = Epub.fromBytes(epubFile.buffer.asUint8List());

And then, access its properties:

- **Main info:** `epub.title`, `epub.authors`, `epub.cover`.

- **Retrieving Metadata:** `epub.metadata`

<details>
Expand Down
8 changes: 7 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
name: epub_decoder
description: Flutter Package to parse EPUB files (EBooks), with support for Media Overlays!
version: 0.1.3
version: 0.1.4
homepage:
repository: https://github.com/SofieTorch/epub_decoder

environment:
sdk: ">=3.4.3 <4.0.0"
flutter: ">=1.17.0"

topics:
- epub
- ebook
- reader
- mediaoverlays

dependencies:
archive: ^3.6.1
equatable: ^2.0.5
Expand Down

0 comments on commit 1ade501

Please sign in to comment.