novel_reader 1.0.2 copy "novel_reader: ^1.0.2" to clipboard
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_reader

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

dependencies:
  novel_reader: ^1.0.2

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:novel_reader/novel_reader.dart';
0
likes
130
points
208
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A professional-grade, highly customizable Novel/Ebook reader package for Flutter. Supports vertical scroll, horizontal paging, professional themes, and full state persistence.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, flutter_riverpod, flutter_web_plugins, google_fonts, intl, json_annotation, path_provider, plugin_platform_interface, screen_brightness, scrollable_positioned_list, shared_preferences, wakelock_plus, web

More

Packages that depend on novel_reader

Packages that implement novel_reader