meloDramatic007 / iridium_reader_widget

Plug and play reader widget

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Plug and play reader widget allowing to easily integrate an Iridium viewer inside any app.

Features

  • Display Epub e-books.

Getting started

TODO: List prerequisites and provide or point to information on how to start using the package.

Usage

The example suidirectory provides a minimalistic starting point.

Add the iridium_reader_widget project as a submodule and add it to the dependencies list (it is not published on Pub.dev yet).

In the Flutter screen where you want to embed a vieser:

import 'package:iridium_reader_widget/views/viewers/epub_screen.dart';

And anywhere in your view hierarchy:

EpubScreen.fromPath(filePath: widget.dirPath)

Additional information

More information here and here.

About

Plug and play reader widget

License:Other


Languages

Language:Dart 57.1%Language:C++ 21.2%Language:CMake 9.9%Language:HTML 4.9%Language:Ruby 3.3%Language:Swift 2.1%Language:C 0.9%Language:Shell 0.4%Language:Kotlin 0.2%Language:Objective-C 0.0%