Skip to content
This repository has been archived by the owner on Nov 24, 2022. It is now read-only.

Releases: AdamJonsson/snapping_sheet

3.1.0

22 Apr 13:44
2b4759c
Compare
Choose a tag to compare
  • 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 now SheetSizeStatic(size: 123).
  • Remove debug output

3.0.0+2

17 Mar 17:17
4ec91f1
Compare
Choose a tag to compare
  • Minor documentation changes

3.0.0+1

17 Mar 17:05
62c9f37
Compare
Choose a tag to compare
  • Fix image previews in README

3.0.0

17 Mar 16:56
4f89056
Compare
Choose a tag to compare
  • 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

16 Mar 19:33
bc0f325
Compare
Choose a tag to compare

This is the first step towards null-safety in the project