Category "snackbar"

How can I show a snackbar after navigator.pop(context) in Flutter?

We need close one screen and open a second screen. And show snackbar on the second screen from first screen. I tried to use Navigator.push, but this screen is a

How can I set duration of a snack-bar in angular2 (material2)

This example stays forever on the screen: snack-bar-demo.ts import {Component, ViewContainerRef} from '@angular/core'; import {MdSnackBar, MdSnackBarConfig}

Flutter Snackbar on screen initState

Three Questions: How to load snackbar in flutter in initState or when app loads the initial screen? I have the code below but it throws an error and doesn't loa