chips_auto_scroll 0.0.6
chips_auto_scroll: ^0.0.6 copied to clipboard
A Flutter widget that automatically scrolls to the selected chip in a horizontal or vertical chip list. Supports any chip widget and has smooth, customizable animations.
0.0.6 #
ChipsAutoScrollwidget with horizontal and vertical scroll support.- Auto-scroll to selected chip on init and on index change.
- Supports any chip widget —
ChoiceChip,FilterChip,ActionChip, or custom widgets. - Customizable animation duration and curve.
- Customizable padding, height, width, and scroll physics.
ClampingScrollPhysicsby default for consistent cross-platform behavior.