scrollable_positioned_list 0.1.6 scrollable_positioned_list: ^0.1.6 copied to clipboard
A list with helper methods to programmatically scroll to an item.
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
initemBuilder
becomes-1
. Fixes issue #104.
0.1.4 #
0.1.1 #
-
Fix padding for horizontal lists.
-
Add
ScrollablePositionedList.separated
constructor to complete issue #34. -
Add
isAttached
method toItemScrollController
.
0.1.0 #
0.0.1 #
- Added
ScrollablePositionedList
.