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

outdatedDart 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
20
pub points
0%
popularity

Publisher

unverified uploader

An extension of epub, adding writing support

Homepage

License

MIT (LICENSE)

Dependencies

archive, epub, xml

More

Packages that depend on epub_write