flureadium 0.1.0 copy "flureadium: ^0.1.0" to clipboard
flureadium: ^0.1.0 copied to clipboard

Flutter plugin for reading EPUB ebooks, audiobooks, and comics using the Readium toolkits. Supports EPUB 2/3, PDF, TTS, audiobook playback, highlights, and reading preferences.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate flureadium

Use it

The package has the following executables:

$ copy_js_file

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flureadium

With Flutter:

 $ flutter pub add flureadium

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

dependencies:
  flureadium: ^0.1.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:flureadium/flureadium.dart';
0
likes
0
points
83
downloads

Publisher

verified publishermulev.dev

Weekly Downloads

Flutter plugin for reading EPUB ebooks, audiobooks, and comics using the Readium toolkits. Supports EPUB 2/3, PDF, TTS, audiobook playback, highlights, and reading preferences.

Repository (GitHub)
View/report issues

Topics

#epub #ebook #readium #reader #pdf

License

unknown (license)

Dependencies

collection, flureadium_platform_interface, flutter, flutter_web_plugins, rxdart, wakelock_plus, web

More

Packages that depend on flureadium

Packages that implement flureadium