Show download status on reader chapter view.

This commit is contained in:
2025-02-22 21:08:30 +08:00
parent 5a886f7504
commit 38d5563534
3 changed files with 244 additions and 215 deletions

View File

@@ -49,6 +49,8 @@ part 'comic_image.dart';
part 'loading.dart';
part 'chapters.dart';
extension _ReaderContext on BuildContext {
_ReaderState get reader => findAncestorStateOfType<_ReaderState>()!;