Skip to content

Releases: tp7309/flutter_sticky_and_expandable_list

v1.1.2

27 Jul 01:08
Compare
Choose a tag to compare

v1.1.0

17 May 01:16
Compare
Choose a tag to compare
migrate to flutter 3.0.0

V1.0.3

29 Nov 14:52
Compare
Choose a tag to compare

fix bugs.

V1.0.2

28 Sep 15:45
Compare
Choose a tag to compare
v1.0.2

Merge branch 'dev'

V1.0.1

26 Sep 14:26
Compare
Choose a tag to compare
v1.0.1

Merge branch 'dev'

V1.0.0

29 Jul 16:09
Compare
Choose a tag to compare
  • update example to nullsafety version.
  • add ScrollToIndex Example.

V1.0.0-nullsafety.1

28 Mar 02:19
Compare
Choose a tag to compare
V1.0.0-nullsafety.1 Pre-release
Pre-release
[Bugfix]compatibility error: type 'List<Widget?>' is not a subtype of…

… type 'List<Widget>' in type cast #28.

v1.0.0-nullsafety

23 Mar 15:10
Compare
Choose a tag to compare
v1.0.0-nullsafety Pre-release
Pre-release
  • migrate to nullsafety version.

v0.3.1

21 Mar 16:13
Compare
Choose a tag to compare

0.3.1

  • support add nested list view, but has some limit.
  • add integration_test for example.

v0.3.0

21 Mar 16:13
Compare
Choose a tag to compare
  • support overlapsContent property.
  • add more examples.
  • [Bugfix]show error when collapse sticky section or last section.