Skip to content

Releases: TatsuUkraine/flutter_sticky_infinite_list

Release v4.0.1

18 Apr 21:25
0685ed7
Compare
Choose a tag to compare

Bug fixes

  • override missing dry layout calculation

Release v4.0.0

28 Feb 22:45
5e63c96
Compare
Choose a tag to compare

Migrate to Null-Safety

Release v3.0.1

28 Feb 22:44
f77c668
Compare
Choose a tag to compare

Bug fixes

  • fix positive list rebuild on setState (#45)

Release v.3.0.0

05 Aug 19:11
4b916c6
Compare
Choose a tag to compare

Moving v3 out of dev with Flutter 1.20 release

Release v2.1.0+1

15 Jul 17:33
Compare
Choose a tag to compare

codestyle changes

Release 2.1.0

02 Jul 08:33
a9523d8
Compare
Choose a tag to compare

Feature

  • allow content alignment against list item container

Release v2.0.1

02 Jul 07:50
93adb25
Compare
Choose a tag to compare

Bug fixes

  • fixed constraint exceptions
  • fixed min size calculation

Release v2.0.0

01 Jul 22:18
4afc395
Compare
Choose a tag to compare

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

Release v1.3.0

28 Apr 16:34
051f125
Compare
Choose a tag to compare

Features

  • added physics proxy value to InfiniteList (#22)

Release v1.2.3

08 Sep 21:30
9573dcd
Compare
Choose a tag to compare

Bug fixes

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

Updates

  • added examples to README.md