scrollable_positioned_list 0.1.7
scrollable_positioned_list: ^0.1.7 copied to clipboard
A list with helper methods to programmatically scroll to an item.
0.1.7 #
- Apply viewport dimensions in UnboundedRenderedViewport.performResize. To work around change in https://github.com/flutter/flutter/pull/61973 causing breakage
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
itemScrollControllerDetachmentto_ScrollablePositionedListState.deactivate.
0.1.5 #
- Added minCacheExtent to ScrollablePositionedList
- Fixes the issue when item count updated from zero to one and
indexinitemBuilderbecomes-1. Fixes issue #104.
0.1.4 #
0.1.1 #
-
Fix padding for horizontal lists.
-
Add
ScrollablePositionedList.separatedconstructor to complete issue #34. -
Add
isAttachedmethod toItemScrollController.
0.1.0 #
0.0.1 #
- Added
ScrollablePositionedList.