book_reader 0.0.3 copy "book_reader: ^0.0.3" to clipboard
book_reader: ^0.0.3 copied to clipboard

outdated

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: '测试书籍',
      ),
    ),
  ));
}
2
likes
0
points
19
downloads

Publisher

verified publishercals.xyz

Weekly Downloads

A widget used to read a book.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on book_reader