epub_write 0.1.2 copy "epub_write: ^0.1.2" to clipboard
epub_write: ^0.1.2 copied to clipboard

Dart 1 only

An extension of epub, adding writing support

dart_epub_write #

A library for Dart developers.

Usage #

A simple usage example:

void main() async {
  var book = await EpubReader.readBook(new File("fic.epub").readAsBytesSync());
  var res = EpubWriter.writeBook(book);
  new File("res.epub").writeAsBytesSync(res, flush: true);
}

Features and bugs #

Please file feature requests and bugs at the issue tracker.

0
likes
15
points
13
downloads

Publisher

unverified uploader

Weekly Downloads

An extension of epub, adding writing support

Homepage

License

MIT (license)

Dependencies

archive, epub, xml

More

Packages that depend on epub_write