novel_reader 1.0.2
novel_reader: ^1.0.2 copied to clipboard
A professional-grade, highly customizable Novel/Ebook reader package for Flutter. Supports vertical scroll, horizontal paging, professional themes, and full state persistence.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add novel_readerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
novel_reader: ^1.0.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:novel_reader/novel_reader.dart';