mangayomi-mirror/lib/modules/manga/detail
NBA2K1 633b84dd6d Rearrange some code
- variable `color`, to avoid passing `Theme.of(context).textTheme.bodyLarge!.color!` on every Icon in `bottomNavigationBar`
- No need to create variable `isLongPressed` and `chapterNameList` in `build()` and pass them to `_buildWidget()` if they are only going to be used there. Just create the variables inside `_buildWidget()`
- Why create second `isLongPressed` variable in `_buildWidget()` with the same value? Just use the first one.
2025-07-28 00:55:45 +02:00
..
providers added sync for settings 2025-07-21 23:37:51 +02:00
widgets Merge pull request #520 from NBA2K1/better-UX 2025-07-21 09:14:41 +01:00
manga_detail_main.dart moved super() call of initState to top of method 2025-04-22 04:57:52 +02:00
manga_detail_view.dart Rearrange some code 2025-07-28 00:55:45 +02:00
manga_details_view.dart remove == true 2025-07-06 20:05:01 +02:00