two_way_scrollable 1.0.0 copy "two_way_scrollable: ^1.0.0" to clipboard
two_way_scrollable: ^1.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 #

two_way_scrollable two_way_scrollable two_way_scrollable 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 - a CustomScrollView replacement that properly grows in both directions.
  • SliverTwoWayListView - a set of Sliver widgets that can be used with TwoWayCustomScrollView/CustomScrollView to achieve any positioning in a list.
  • TwoWayListView - an AnimatedListView analog that properly grows in both directions. Based on TwoWayCustomScrollView and SliverTwoWayListView.

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

Usage #

https://github.com/s0nerik/two_way_scrollable/blob/07f2dcdcd31c0f3d0dc4ff35fb15ebf35d389801/example/lib/main.dart#L148

8
likes
160
points
40
downloads

Publisher

verified publishersonerik.dev

Weekly Downloads

A set of two-way growable widgets for Flutter that properly fill the viewport even if there is not enough content.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

collection, flutter, meta

More

Packages that depend on two_way_scrollable