mangayomi-mirror/lib/modules/novel
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
..
tts fix: add spacing to TTS settings tab for better layout 2026-04-13 15:15:05 +01:00
widgets Refactor an fix 2025-11-09 01:15:27 +01:00
novel_reader_controller_provider.dart Reduce Code Duplication 2026-04-15 22:04:15 +02:00
novel_reader_controller_provider.g.dart feat: add localization strings for statistics and reading time tracking #672 2026-03-23 11:19:04 +01:00
novel_reader_view.dart Reduce Code Duplication Across 3 Files 2026-04-26 15:03:56 +02:00