two_way_scrollable 2.2.1
two_way_scrollable: ^2.2.1 copied to clipboard
A set of two-way growable widgets for Flutter that properly fill the viewport even if there is not enough content.
2.2.1 #
- Removed
@internal
annotation fromTwoWayListController.centerSliverKey
.
2.2.0 #
- Added many of
TwoWayCustomScrollView
params into aTwoWayListView
constructor.
2.1.0 #
- Fixed
index
parameter value initemBuilder
- Added ability to provide a list of durations to
TwoWayListController.insertAll
2.0.0 #
Breaking changes
SliverTwoWayListView
->SliverTwoWayList
TwoWayListViewController
->TwoWayListController
Other changes
- Automatic
initalItemCount
handling forSliverTwoWayList
. - Added early-return to
TwoWayListController.insertAll
in case of adding an empty items list.
1.0.0 #
TwoWayCustomScrollView
:- optimized size calculation
- eliminated a need for the second layout pass
- no more interference with ScrollPhysics, overscroll works as expected
TwoWayListView
: addedanchor
anddirection
parameters.- Added
SliverTwoWayListView
, which allows for customizing items' positioning within aTwoWayCustomScrollView
/CustomScrollView
.
0.1.1 #
- Removed unused debug parameter
- Updated README.md
0.1.0 #
TwoWayListView
now provides a way to specify slivers for every possible slot
0.0.2 #
TwoWayCustomScrollView
now accepts any amount of children
0.0.1 #
- First release