mangayomi-mirror/lib/modules/manga
NBA2K1 b05c17518f Reduce Code Duplication Across 3 Files
By extracting:

```
      SystemChrome.setEnabledSystemUIMode(
        SystemUiMode.manual,
        overlays: SystemUiOverlay.values,
      );
```

to a file `system_ui.dart` and calling the method `restoreSystemUI()`
2026-04-26 15:03:56 +02:00
..
archive_reader update dependencies & update riverpod provider declarations 2026-01-08 14:27:08 +01:00
detail remove redundant methods 2026-04-26 03:25:59 +02:00
download rename files manga.dart and chapter.dart 2026-04-23 18:53:25 +02:00
home Update manga_home_screen.dart 2026-04-19 05:03:56 +02:00
reader Reduce Code Duplication Across 3 Files 2026-04-26 15:03:56 +02:00