Skip to content

Releases: Taskulu/sliver_expandable

v1.1.2

18 Mar 16:17

Choose a tag to compare

  • Fix collapsed maxPaintExtent
  • Dispose animations in AnimatedSliverExpandable
  • Upgrade to Flutter 3.27

v1.1.1

10 Jun 07:22

Choose a tag to compare

  • Fix hasVisualOverflow
  • Remove unused platform directories

v1.1.0

20 Apr 08:15

Choose a tag to compare

  • Move creation of CurvedAnimation to didUpdateWidget
  • Add sticky header case to example
  • Fix usage without header
  • Fix translationOffset not passed to SliverExpandable by AnimatedSliverExpandable

v1.0.0

22 Oct 16:37

Choose a tag to compare

  • Ability to use without a header

  • Breaking Changes:

    • AnimatedSliverExpandable no longer performs toggling the state and instead a boolean value for expanded should be provided
    • SliverExpandableHeaderBuilder signature changed to drop the onToggle callback

v0.0.1

30 May 11:27

Choose a tag to compare

Initial commit