• Hixie's avatar
    Snackbar Refactor · 954713ab
    Hixie authored
    "showSnackBar()" is now a feature of a Scaffold. To get to a Scaffold
    you either use a global key (`scaffoldKey.currentState.showSnackBar(...)`),
    or you use `Scaffold.of(context)`.
    
    Snack bars no longer have a route. They are entirely managed by the
    Scaffold. Fixes #432.
    
    Snack bars now queue up when you have several of them. Fixes #374.
    
    Snack bars now auto-size themselves around their contents. This is step
    one towards implementing multiline snack bars.
    
    Snack bars now self-dismiss after some per-snackbar configurable period.
    
    The self-dismissing pauses while a dialog is up above the snackbar (or
    anything that uses ModalRoute). To enable this, there's now a
    `ModalRoute.of(context)` API that returns the current ModalRoute, and
    you will be rebuilt if you asked for this and the route's "current"
    status changes. To implement this, the Navigator now rebuilds
    unconditionally any time it pushes or pops a route.
    
    Snack bars now use the curves that Android uses for snack bars.
    
    Snack bar contents now fade in.
    954713ab
Name
Last commit
Last update
..
cassowary Loading commit data...
flutter Loading commit data...
flutter_sprites Loading commit data...
flutter_tools Loading commit data...
flx Loading commit data...
newton Loading commit data...
playfair Loading commit data...
unit Loading commit data...
updater Loading commit data...
.gitignore Loading commit data...