kindle_unpack 0.1.0
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_unpackWith Flutter:
$ flutter pub add kindle_unpackThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
kindle_unpack: ^0.1.0Alternatively, 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';