• Hans Muller's avatar
    Merge pull request #62 from HansMuller/bottom_sheet_drag · 8a8bd019
    Hans Muller authored
    Support drag-to-dismiss in persistent bottom sheets
    
    Flinging a persistent bottom sheet downwards dismisses it, per the Material spec.
    
    The showBottomSheet() function now returns a Future, like showModalBottomSheet() does, so that you can discover when it's been dismissed - with navigator.pop() - and with what value.
    
    Factored the drag gesture handling code into _BottomSheetDragController
    
    This CL was flutter/engine#1997
    8a8bd019
Name
Last commit
Last update
bin Loading commit data...
dev Loading commit data...
examples Loading commit data...
packages Loading commit data...
travis Loading commit data...
.travis.yml Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTING.md Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...