• 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
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...