I want to show alert dialog before dispose or leave the screen or at the latest show warning SnackBar, How can I do that?
I know how to show dialog and SnackBar but I don't know where I do that or when I tried to do it in dispose of life hook but it makes an error. due to context is dispose of before showing the dialog.