All Questions
Tagged with simpledialog snackbar
1 question
2
votes
3
answers
7k
views
Snackbar in SimpleDialog Flutter
I faced an error code below when adding a snackbar to an on-pressed method in my Simpledialog.
[Scaffold.of() called with a context that does not contain a Scaffold.]
I would like to seek your advice ...