adaptive_scroller 1.0.0
adaptive_scroller: ^1.0.0 copied to clipboard
A smart Flutter scroll controller for long lists with variable item heights. It adaptively learns item sizes to provide fast, estimated jumps to any index, becoming more accurate as the user scrolls.
## 1.0.0
* Initial release of the adaptive_scroller package.
* Provides AdaptiveScrollController for handling large, variable-height lists.
* Includes SizeReportingWidget to measure item layouts.