flutter_chain_scroll 0.0.1
flutter_chain_scroll: ^0.0.1 copied to clipboard
A Flutter package for creating beautiful chain-like stacked scroll views where items stack sequentially with momentum scrolling
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.0.1 - 2025-11-18 #
Added #
- Initial release of Flutter Chain Scroll package
ChainScrollViewwidget for creating chain-like stacked scroll viewsChainScrollControllerfor managing scroll state- Automatic height measurement for items
- Momentum scrolling with physics-based deceleration
- Responsive height that adjusts smoothly as items stack
- Support for both
itemslist anditemCountpatterns - Customizable gap multiplier (default 10px × multiplier)
- Chain behavior where each item fully stacks before the next one starts moving
- Performance optimizations with cached calculations
- Support for variable item heights
- Smooth gap animation during stacking