This repository has been archived by the owner on Nov 24, 2022. It is now read-only.
Releases: AdamJonsson/snapping_sheet
Releases · AdamJonsson/snapping_sheet
3.1.0
- New feature: Horizontal snapping sheets are not possible using
SnappingSheet.horizontal(...)
! - New feature:
controller.snapToPosition
returns a future. - Breaking: New and more callback data on moving events.
- Breaking:
SheetSizeStatic(height: 123)
is nowSheetSizeStatic(size: 123)
. - Remove debug output
3.0.0+2
- Minor documentation changes
3.0.0+1
- Fix image previews in README
3.0.0
- FULL REFACTORING OF PROJECT. The package has gone through a full refactoring while adding null-safety. Be aware of many breaking changes, it is strongly recommended to read the documentation of this package again if updating from an earlier version of the Snapping Sheet.
- Added many many tests for the package to make it more stable and easier to maintain in the feature.
- The Snapping Sheet can now adapt to a scrollable widget located inside it.
- To Snapping Sheet no longer gets stuck at certain positions.
3.0.0-nullsafety.0
This is the first step towards null-safety in the project