| Filename | Latest commit message | Latest commit date |
|---|---|---|
Wraps GridView.builder in LayoutBuilder with SingleChildScrollView to ensure pull-to-refresh works even when there aren't enough items to fill the screen and enable natural scrolling. Changes: - Add LayoutBuilder to get screen constraints - Wrap GridView in SingleChildScrollView with AlwaysScrollableScrollPhysics - Use ConstrainedBox to ensure minimum height fills the screen - Set GridView to shrinkWrap with NeverScrollableScrollPhysics Fixes issue where pull-to-refresh gesture was not working on feeds with few items. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> |
||
| .. | ||
| feed_screen.dart | ||
| library_browser_screen.dart | ||