mirror of
https://github.com/kodjodevf/mangayomi.git
synced 2026-05-24 04:22:18 +00:00
Replace per-widget Isar StreamBuilder usage with a single shared library index managed in MangaHomeScreen. - Subscribe once to manga updates and build a name -> Manga map - Pass libraryManga down to card widgets instead of querying per item - Remove StreamBuilder logic from MangaImageCardWidget and list tile - Use library data for cover, tracker image, and favorite state - Add favorite overlay indicator based on libraryManga - Clean up redundant filtering and improve performance This reduces rebuild overhead and avoids multiple database listeners per list/grid item. |
||
|---|---|---|
| .. | ||
| providers | ||
| widget | ||
| manga_home_screen.dart | ||