mangayomi-mirror/lib/modules/library
NBA2K1 cc05ee13e8 Reduce code duplication
Also, change
`entry.chapters.toList().reversed.toList().last`
to
`entry.chapters.first`
Why reverse the list and then get the last item, when you can just get the first?
2026-04-12 23:03:50 +02:00
..
providers Change the MangasListStateProvider to Set<int> 2026-04-12 23:03:18 +02:00
widgets Reduce code duplication 2026-04-12 23:03:50 +02:00
library_screen.dart Use mangaIds 2026-04-12 23:03:23 +02:00