Skip to content

CalsRanna/book_reader

Repository files navigation

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: '测试书籍',
      ),
    ),
  ));
}

About

A reader use to read book.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages