two_way_scrollable 0.1.1 copy "two_way_scrollable: ^0.1.1" to clipboard
two_way_scrollable: ^0.1.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.

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.

Example #

example

Features #

  • TwoWayListView - an AnimatedListView analog that properly grows in both directions.
  • TwoWayCustomScrollView - a CustomScrollView analog that properly grows in both directions.

Note: these widgets don't provide a way to customize anchor parameter value, hardcoding it to be 0. If you need a bottom-to-top list, use reverse: true and provide list items in reverse order.

Getting started #

flutter pub add two_way_scrollable

Usage #

https://github.com/s0nerik/two_way_scrollable/blob/e8f3ac4c14d438535896cfee606cfcee7ee2d6da/example/lib/main.dart#L151

8
likes
160
points
42
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

More

Packages that depend on two_way_scrollable