kindle_unpack 0.1.0 copy "kindle_unpack: ^0.1.0" to clipboard
kindle_unpack: ^0.1.0 copied to clipboard

Pure-Dart library for reading Amazon Kindle ebook files (MOBI / AZW / AZW3 / KF8) and re-emitting them as EPUB 3. No DRM removal.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add kindle_unpack

With Flutter:

 $ flutter pub add kindle_unpack

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  kindle_unpack: ^0.1.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:kindle_unpack/kindle_unpack.dart';
1
likes
150
points
134
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Pure-Dart library for reading Amazon Kindle ebook files (MOBI / AZW / AZW3 / KF8) and re-emitting them as EPUB 3. No DRM removal.

Repository (GitHub)
View/report issues

Topics

#mobi #azw3 #kf8 #epub #ebook

License

GPL-3.0 (license)

Dependencies

archive

More

Packages that depend on kindle_unpack