katbook_epub_reader 2.1.2
katbook_epub_reader: ^2.1.2 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_readerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
katbook_epub_reader: ^2.1.2Alternatively, 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';