Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 878 Bytes

CHANGELOG.md

File metadata and controls

37 lines (23 loc) · 878 Bytes

2.0.0 (2024-11-08)

  • Update dependencies to latest versions.
  • Increase the minimum Flutter version to 3.0.0.

1.2.0 (2023-07-01)

  • Added forceElevated property to control the app bar shadow appearance.
  • Added elevation property to set the app bar elevation. These changes allow for more customization options when using SliverSnap widget.

1.1.1 (2023-05-12)

  • Update dart SDK version constraints.

1.1.0 (2023-05-12)

  • Add support to flutter 3.10 and dart 3.0.0.
  • Add more dev docs.
  • Enable material 3 in the example app.
  • Update README.md.

1.0.1 (2023-04-27)

  • Update README.md

1.0.0 (2023-04-27)

Add sliver-snap

  • Initial release

Add helper components

  • Add ExpandedContent helper widget
  • Add CollapsedAppBarContent helper widget
  • fix iOS issue which occurred when the sliver expanded beyond it's limits (iOS Scroll behaviour)