two_way_scrollable 2.0.0 copy "two_way_scrollable: ^2.0.0" to clipboard
two_way_scrollable: ^2.0.0 copied to clipboard

outdated

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

2.0.0 #

Breaking changes

  • SliverTwoWayListView -> SliverTwoWayList
  • TwoWayListViewController -> TwoWayListController

Other changes

  • Automatic initalItemCount handling for SliverTwoWayList.
  • 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: added anchor and direction parameters.
  • Added SliverTwoWayListView, which allows for customizing items' positioning within a TwoWayCustomScrollView/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
8
likes
0
points
44
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

License

unknown (license)

Dependencies

collection, flutter, meta

More

Packages that depend on two_way_scrollable