How to properly display a Snackbar in Flutter?
问题 I am trying to show a Snackbar on click of a floatingActionbutton . But when I click on the floatingactionbutton it's not showing anything. Here is my code. I am using a StatefulWidget . I debugged and checked that the onPressed function is also getting executed but somehow the Snackbar is not visible. What can be the root cause of the issue? I feel the BuildContext I am passing has some issue. class MyApp extends StatefulWidget{ @override MyAppState createState() { // TODO: implement