Skip to content

Releases: Taskulu/sliver_expandable

v1.1.2

Choose a tag to compare

@Amir-P Amir-P released this 18 Mar 16:17
  • Fix collapsed maxPaintExtent
  • Dispose animations in AnimatedSliverExpandable
  • Upgrade to Flutter 3.27

v1.1.1

Choose a tag to compare

@Amir-P Amir-P released this 10 Jun 07:22
  • Fix hasVisualOverflow
  • Remove unused platform directories

v1.1.0

Choose a tag to compare

@Amir-P Amir-P released this 20 Apr 08:15
  • 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

Choose a tag to compare

@Amir-P Amir-P released this 22 Oct 16:37
  • 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

Choose a tag to compare

@Amir-P Amir-P released this 30 May 11:27
Initial commit