epubber 0.9.8 copy "epubber: ^0.9.8" to clipboard
epubber: ^0.9.8 copied to clipboard

EXPERIMENTAL Flutter widget for view EPUB documents on on Web, MacOs, Android and iOS. Based on epub_view, which was based on dart-epub package.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add epubber

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

dependencies:
  epubber: ^0.9.8

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:epubber/epubber.dart';
1
likes
130
pub points
26%
popularity

Publisher

unverified uploader

EXPERIMENTAL Flutter widget for view EPUB documents on on Web, MacOs, Android and iOS. Based on epub_view, which was based on dart-epub package.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

collection, epubx, equatable, flutter, flutter_html, flutter_math_fork, html, rxdart, scrollable_positioned_list

More

Packages that depend on epubber