• 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
..
doc Loading commit data...
lib Loading commit data...
.gitignore Loading commit data...
CHANGELOG.md Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
pubspec.yaml Loading commit data...