scroll_snap_list 0.6.0 copy "scroll_snap_list: ^0.6.0" to clipboard
scroll_snap_list: ^0.6.0 copied to clipboard

outdated

A Flutter widget that allows "snaping" event to an item at the end of user-scroll.

[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 PageStorageKey with ScrollSnapList to preserve scroll location

[0.4.0] #

  • Added dynamic item size feature

[0.3.1] #

  • Fixed animateTo incorrectly 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 endOfListTolerance to determine end-of-list position (which trigger onReachEnd)

[0.2.0] #

  • Fix bug sometimes scrolling stuck at the end of listview
  • Breaking: Changed buildItemList parameter to itemBuilder

[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
378
likes
0
pub points
96%
popularity

Publisher

verified publishermsvcode.com

A Flutter widget that allows "snaping" event to an item at the end of user-scroll.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on scroll_snap_list