In my case, I was overriding the MediaQuery data in the builder of MaterialApp widget, so the viewInsets.bottom was not working correctly. After I removed overriding the media query, it's fixed.
MaterialApp
viewInsets.bottom