book_reader 0.0.1 icon indicating copy to clipboard operation
book_reader: ^0.0.1 copied to clipboard

A widget used to read a book.

Book Reader #

This is a widget use to read book, since it is still in develop, so DO NOT use it in your product environment.

Install #

flutter pub add book_reader

Getting started #

import 'package:book_reader/book_reader.dart';

void main() {
  runApp(const MaterialApp(
    home: Scaffold(
      body: BookReader(
        future: fetchChapter,
        name: '测试书籍',
      ),
    ),
  ));
}
1
likes
130
pub points
33%
popularity

Publisher

verified publisher iconcals.xyz

A widget used to read a book.

Repository (GitHub)

Documentation

API reference

License

Icon for licenses.MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on book_reader