two_way_scrollable 2.0.0
two_way_scrollable: ^2.0.0 copied to clipboard
A set of two-way growable widgets for Flutter that properly fill the viewport even if there is not enough content.
two_way_scrollable #
A set of two-way growable widgets for Flutter that properly fill the viewport even if there is not enough content.
Example #
[example]
Features #
TwoWayCustomScrollView
- aCustomScrollView
replacement that properly grows in both directions.TwoWayListView
- anAnimatedListView
analog that properly grows in both directions. Based onTwoWayCustomScrollView
andSliverTwoWayList
.SliverTwoWayList
- a set ofSliver
widgets that can be used withTwoWayCustomScrollView
/CustomScrollView
to achieve any positioning in a list.
Note: TwoWayCustomScrollView
and TwoWayListView
only allow anchoring to the top or bottom, but not in the middle.
Getting started #
flutter pub add two_way_scrollable