katbook_epub_reader 1.0.0 copy "katbook_epub_reader: ^1.0.0" to clipboard
katbook_epub_reader: ^1.0.0 copied to clipboard

A powerful, customizable EPUB reader for Flutter with proper hierarchical chapter support, theme customization, reading progress tracking, and image handling. Designed to replace epub_view with better [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add katbook_epub_reader

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

dependencies:
  katbook_epub_reader: ^1.0.0

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:katbook_epub_reader/katbook_epub_reader.dart';
1
likes
140
points
208
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A powerful, customizable EPUB reader for Flutter with proper hierarchical chapter support, theme customization, reading progress tracking, and image handling. Designed to replace epub_view with better features.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

collection, epubx, flutter, html, scrollable_positioned_list

More

Packages that depend on katbook_epub_reader