book_reader

Creator: coderz1093

Last updated:

0 purchases

book_reader Image
book_reader Images

Languages

Categories

Add to Cart

Description:

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

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.