chips_auto_scroll 0.0.2
chips_auto_scroll: ^0.0.2 copied to clipboard
A Flutter widget that automatically scrolls to the selected chip in a horizontal or vertical chip list. Supports any chip widget, customizable animations, and seamless lifecycle handling.
0.0.2 #
- Second release.
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.