Flutter Sticky Infinite List Versions Save

Multi directional infinite list with Sticky headers for Flutter applications

4.0.1

3 years ago

Bug fixes

  • override missing dry layout calculation

4.0.0

3 years ago

Migrate to Null-Safety

3.0.1

3 years ago

Bug fixes

  • fix positive list rebuild on setState (#45)

3.0.0

3 years ago

Moving v3 out of dev with Flutter 1.20 release

2.1.0+1

3 years ago

codestyle changes

2.1.0

3 years ago

Feature

  • allow content alignment against list item container

2.0.1

3 years ago

Bug fixes

  • fixed constraint exceptions
  • fixed min size calculation

2.0.0

3 years ago

Features

  • refactor sticky item layout calculation
  • split alignment param on main and cross-axis alignment
  • added padding property to InfiniteListItem
  • added relative positioning for the header (#19)

Release contains breaking changes, see MIGRATION.md for more details

1.3.0

4 years ago

Features

  • added physics proxy value to InfiniteList (#22)

1.2.3

4 years ago

Bug fixes

  • fixed horizontal scroll usage without controller (fixes #13)
  • fixed SingleChildScrollView viewport usage

Updates

  • added examples to README.md