scrollable_positioned_list 0.3.8 copy "scrollable_positioned_list: ^0.3.8" to clipboard
scrollable_positioned_list: ^0.3.8 copied to clipboard

A list with helper methods to programmatically scroll to an item.

0.3.8 #

  • Add ScrollOffsetController to allow pixel-based changes in offset.
  • Bump min sdk version to 2.15.0

0.3.7 #

  • Add ScrollOffsetListener to allow listening to changes in scroll offset.

0.3.6 #

  • Fix cache extents for horizontal lists
  • scrollTo future doesn't complete until scrolling is done.

0.3.5 #

  • Fix extraneous animation controller declaration in 0.3.4.

0.3.4 #

  • Disposed the animation controller when disposing the scrollable list.

0.3.3 #

  • Fix potential crash when reading from RenderBox.size.

0.3.2 #

  • Re-apply Flutter framework bindings' null safety calls but set SDK constraints correctly to 2.12.0 instead.

0.3.1 #

  • Reverts change from 0.3.0 where the Flutter version constraint should have been set to 2.12.0 instead of 2.10.5.

0.3.0 #

  • Move to Flutter version 2.10.5 and update dependencies' null safety calls.

0.2.3 #

  • Support shrink wrap.

0.2.2 #

  • Move dependencies from pre-release versions to released versions.

0.2.1 #

  • Fix crash on NaN or infinite offset.

0.2.0-nullsafety.0 #

  • Update to null safety.

0.1.10 #

  • Update the home page URL to fix issue #190.
  • Miscellaneous tweaks to the example.
  • Added documentation to address issue #96.
  • Miscellaneous other cleanup.
  • Restructured _ScrollablePositionedListState to try to simplify logic.
  • Fixed an issue with ItemScrollController.scrollTo where it could scroll to the wrong item if a non-zero alignment was specified and if the list was manually scrolled by dragging.

0.1.9 #

  • Fixed the example in README.md. Fixes issue #191.
  • Made the example runnable with flutter run. Fixes issue #211.
  • Updates to computation of semantic clip.
  • Smoother transition between views on long scrolls.
  • New controls over transition between views on long scrolls.

0.1.8 #

0.1.7 #

0.1.6 #

  • Change to do local scroll (without a fade) whenever target item is found within the cache.
  • Added sdk constraints to the example.
  • Moved itemScrollControllerDetachment to _ScrollablePositionedListState.deactivate.

0.1.5 #

  • Added minCacheExtent to ScrollablePositionedList
  • Fixes the issue when item count updated from zero to one and index in itemBuilder becomes -1. Fixes issue #104.

0.1.4 #

  • itemBuilders should not be called with indices > itemCount - 1. Fixes issue #42 and issue #77.

0.1.3 #

  • Don't build items when itemCount is 0. Fixes issue #78.

  • Fix typos in README.md.

0.1.2 #

  • Store scroll state in page storage to fix issue #43.

0.1.1 #

  • Fix padding for horizontal lists.

  • Add ScrollablePositionedList.separated constructor to complete issue #34.

  • Add isAttached method to ItemScrollController.

0.1.0 #

  • Properly bound ScrollablePositionedList to fix issue #23.

  • Allow ScrollablePositionedList alignment outside [0..1] to fix issue #31.

  • Moved ScrollablePositionedList example into example subdirectory.

0.0.1 #

  • Added ScrollablePositionedList.
1690
likes
120
pub points
99%
popularity

Publisher

verified publishergoogle.dev

A list with helper methods to programmatically scroll to an item.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

collection, flutter

More

Packages that depend on scrollable_positioned_list