scroll_snap_list 0.4.0
scroll_snap_list: ^0.4.0 copied to clipboard
A Flutter widget that allows "snaping" event to an item at the end of user-scroll.
0.4.0 #
- Added dynamic item size feature
0.3.1 #
- Fixed
animateToincorrectly removes user-scroll event
0.3.0 #
- Added updateOnScroll and initial value (value before first snap) (Thanks @hawkinsjb1 !)
- Added checking to avoid multiple onItemFocus call for the same index
- Updated method to handle isInit (delayed instead of one trigger)
0.2.1 #
- Updated horizontal_list sample to include simulated data loading
- Added
endOfListToleranceto determine end-of-list position (which triggeronReachEnd)
0.2.0 #
- Fix bug sometimes scrolling stuck at the end of listview
- Breaking: Changed
buildItemListparameter toitemBuilder
0.1.3 #
- Updated readme
0.1.2 #
- Added Horizontal Jumbotron List demo
0.1.1 #
- Minor update description
0.1.0 First release #
- First release