• Hixie's avatar
    Convert Persistent Bottom Sheets to a Scaffold API · 03e094aa
    Hixie authored
    - `Scaffold.of(context).showBottomSheet(widget);`
    - Returns an object with .closed Future and .close() method.
    - Uses a StateRoute to handle back button.
    - Take the Navigator logic out of the BottomSheet widget.
    - Support showing a sheet while an old one is going away.
    - Add Navigator.remove().
    03e094aa
Name
Last commit
Last update
..
animation Loading commit data...
gestures Loading commit data...
http Loading commit data...
material Loading commit data...
painting Loading commit data...
rendering Loading commit data...
scheduler Loading commit data...
services Loading commit data...
widgets Loading commit data...