scrollable_positioned_list 0.2.0-nullsafety.0 copy "scrollable_positioned_list: ^0.2.0-nullsafety.0" to clipboard
scrollable_positioned_list: ^0.2.0-nullsafety.0 copied to clipboard

outdated

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

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.
1672
likes
0
pub points
99%
popularity

Publisher

verified publishergoogle.dev

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

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

collection, flutter

More

Packages that depend on scrollable_positioned_list