0 purchases
book reader
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
copied to clipboard
Getting started #
import 'package:book_reader/book_reader.dart';
void main() {
runApp(const MaterialApp(
home: Scaffold(
body: BookReader(
future: fetchChapter,
name: '测试书籍',
),
),
));
}
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.