Vaani/lib/features/library_browser/view
Claude b434f73b2a
perf: optimize scrolling and image loading performance
Added performance optimizations to all library browser views:

- Added cacheExtent: 500 to all GridView/ListView builders to pre-render
  items and reduce stuttering during scrolling
- Wrapped grid items in RepaintBoundary to isolate repaints and improve
  performance
- Optimized CachedNetworkImage with:
  - fadeInDuration/fadeOutDuration: Duration.zero to remove animation overhead
  - memCacheHeight: 300 to limit in-memory cache size
  - maxHeightDiskCache: 600 to resize images for better performance

These changes should significantly reduce the stuttering observed when
scrolling the authors grid and filtering books, especially on first load.
2025-11-20 22:18:20 +00:00
..
filtered_library_items_page.dart perf: optimize scrolling and image loading performance 2025-11-20 22:18:20 +00:00
library_authors_page.dart perf: optimize scrolling and image loading performance 2025-11-20 22:18:20 +00:00
library_browser_page.dart feat: implement library view with Authors, Genres, and Series browsing 2025-11-20 10:52:18 +00:00
library_genres_page.dart perf: optimize scrolling and image loading performance 2025-11-20 22:18:20 +00:00
library_series_page.dart perf: optimize scrolling and image loading performance 2025-11-20 22:18:20 +00:00