• 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
..
apk Loading commit data...
ios Loading commit data...
lib Loading commit data...
mac Loading commit data...
BUILD.gn Loading commit data...
flutter.yaml Loading commit data...
pubspec.yaml Loading commit data...