yuni_file_list_view 0.0.2
yuni_file_list_view: ^0.0.2 copied to clipboard
A Flutter package providing flexible file list view components: grid, list, and grouped grid layouts with Sliver support.
0.0.1 #
- 🚀 Initial Release:
yuni_file_list_viewis an ultra-high performance Flutter UI package for flexible file and photo gallery layouts. - ✨ Three Core Modes: Provides
YFileGridView,YFileListView, andYFileGroupedListViewas well as theirSliverequivalents. - ⚡️ Ultimate 1D Flattening Matrix: A revolutionary implementation of Grouped Grid combining millions of items without freezing the engine nor introducing
SliverGridallocations per group. Fully preserves Lazy-Loading. - 📦 Unopinionated Builders: Pure configuration (paddings, spacings, crossAxisCount) without dictating UI constraints (colors, cards). Every shape is completely passed through required
Builders. - ✋ Drag-Select Non-intrusive Layer: Added
YDragSelectRegionandYDragSelectElementto bring zero-cost "Drag to Multi-Select & Auto-Scroll" interaction to any list, out-of-the-box.