scroll_snap_list 0.9.1
scroll_snap_list: ^0.9.1 copied to clipboard
A Flutter widget that allows "snaping" event to an item at the end of user-scroll.
0.9.1 #
- Minor code cleanup to remove warning
0.9.0 #
- Fix Flutter 3 warning for WidgetsBinding (thanks @ScratchX98)
- Expose listPadding calculation to
calculateListPaddingto allow overriding
0.8.6 #
- Experimental fix to avoid inifinte animation loop caused by multi-level NotificationListener (thanks @rienkkk)
0.8.5 #
- Experimental fix for infinite loop bug on small listview area (thanks @rienkkk)
- Expose listview padding to param (thanks @siloebb)
0.8.4 #
- Experimental fix overflow when changing orientation (thanks @mirrorlink)
0.8.3 #
- Add flag to control to dispatch scroll notifications to further ancestors (thanks @msangals)
0.8.2 #
- Experimental fix for iOS over-scroll bug
0.8.1 #
- Added param to fix unintended scroll notification when child is scrollable with different axis (thanks @j3su5cr1st)
0.8.0 #
- Added shrinkWrap and scrollPhysics param for internal ListView (thanks @Svet-00)
- Added clipBehavior and keyboardDismissBehavior param for internal ListView
0.7.0 #
- Updated for Flutter 2
- Added null-safety
0.6.0 #
- Added way to anchor selected item at the start & end of the list
- Bugfix dynamic item opacity not working if dynamicItemSize is false
0.5.1 #
- Updated readme
0.5.0 #
- Added dynamic item opacity (thanks @granoeste)
0.4.1 #
- Added way to pass key to child ListView of ScrollSnapList
- Added demo on how to use
PageStorageKeywith ScrollSnapList to preserve scroll location
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