mr_epub 0.0.4 copy "mr_epub: ^0.0.4" to clipboard
mr_epub: ^0.0.4 copied to clipboard

A Flutter package for reading EPUB books with highlight, bookmark, and customizable theme support.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add mr_epub

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

dependencies:
  mr_epub: ^0.0.4

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

Import it

Now in your Dart code, you can use:

import 'package:mr_epub/mr_epub.dart';
1
likes
115
points
17
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter package for reading EPUB books with highlight, bookmark, and customizable theme support.

Homepage

License

MIT (license)

Dependencies

crypto, flutter, shared_preferences, webview_flutter

More

Packages that depend on mr_epub