flutter_chain_scroll 0.0.1 copy "flutter_chain_scroll: ^0.0.1" to clipboard
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
  • ChainScrollView widget for creating chain-like stacked scroll views
  • ChainScrollController for 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 items list and itemCount patterns
  • 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
1
likes
160
points
21
downloads

Publisher

verified publisherbechattaoui.dev

Weekly Downloads

A Flutter package for creating beautiful chain-like stacked scroll views where items stack sequentially with momentum scrolling

Repository (GitHub)
View/report issues

Topics

#flutter #scroll #animation #ui #widget

Documentation

API reference

Funding

Consider supporting this project:

github.com

License

MIT (license)

Dependencies

flutter, meta

More

Packages that depend on flutter_chain_scroll