flutter/packages/unit
Hixie 03e094aa1b Convert Persistent Bottom Sheets to a Scaffold API
- `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().
2015-11-20 10:49:10 -08:00
..
benchmark flutter analyze command 2015-11-12 12:23:29 -08:00
test Convert Persistent Bottom Sheets to a Scaffold API 2015-11-20 10:49:10 -08:00
pubspec.yaml Rename sky_tools to flutter_tools 2015-11-10 13:20:35 -08:00