Flutter – How to show snackbar above the keyboard
I was having bottom overflow issue (this is so funny) when keyboard is shown, so I set my scaffold resizeToAvoidBottomInset property to false as suggested in a few SO posts. Doing this fixes the overflow issue but has an unintended…