• 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
..
address_book Loading commit data...
fitness Loading commit data...
hello_world Loading commit data...
mine_digger Loading commit data...
raw Loading commit data...
rendering Loading commit data...
stocks Loading commit data...
widgets Loading commit data...
.gitignore Loading commit data...
BUILD.gn Loading commit data...
README.md Loading commit data...