feedback
feedback copied to clipboard
Submit button is overlapped by the nav buttons on Android
Version
3.2.0
Library
feedback
Flutter channel
stable
Flutter version
3.32.8
Platform
Android
Details
When having navigation buttons enabled on Android those buttons overlap the submit button b/c the button does not respect edge insets:
When the keyboard opens the button can be pressed. That workaround is ok, but not easy to detect for end users.
Steps to reproduce
- enable navigation buttons (instead of gestures)
- open the feedback sheet
Output of flutter doctor -v