- Update dependencies to latest versions.
- Increase the minimum Flutter version to 3.0.0.
- 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.
- Update dart SDK version constraints.
- 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.
- Update README.md
- Initial release
- Add
ExpandedContent
helper widget - Add
CollapsedAppBarContent
helper widget - fix iOS issue which occurred when the sliver expanded beyond it's limits (iOS Scroll behaviour)