mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2025-12-24 11:59:30 +00:00
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. |
||
|---|---|---|
| .. | ||
| downloads | ||
| explore | ||
| item_viewer/view | ||
| library_browser/view | ||
| logging | ||
| onboarding | ||
| per_book_settings | ||
| playback_reporting | ||
| player | ||
| shake_detection | ||
| sleep_timer | ||
| you/view | ||