manga_reader

Last updated:

0 purchases

manga_reader Image
manga_reader Images
Add to Cart

Description:

manga reader

manga-reader #

Usage #
OnlineMangaReaderWidget(snapshot.data,
"#${widget.chapter.number} - ${widget.manga.title}",
onBottom: () => _readerOnBottom(),
onTop: () => _readerOnTop(),
bottomWidget: nextChapterAvailable
? Container()
: _EdgeWidget(
StringProvider().noNextChapterPublished, false),
topWidget: previousChapterAvailable
? Container()
: _EdgeWidget(
StringProvider().noPreviousChapterPublished, true))
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.