snapping_sheet
snapping_sheet copied to clipboard
feat: make SnappingSheetController listenable
This allows to listen for position changes of the SnappingSheetController. Might be useful e.g. to transform or animcate the sheet's content based on the current position.
The Listenable overrides are forwarded to the ValueNotifier inside the _SnappingSheetState.
- implement
Listenablein SnappingSheetController - use
ValueNotifierfor current position
Signed-off-by: TheOneWithTheBraid [email protected]
Do you have any pending review issues? Could you merge?
I would appreciate if you could merge this. In case you are looking for maintainers for the project, please communicate this.
We'd otherwise publish a fork on pub.dev as we do not want to permanently rely on git imports.
@AdamJonsson Could you merge this? It is not such a big change. Otherwise, please tell me what to fix.
@AdamJonsson Could you please merge this?