flutter_device_preview
flutter_device_preview copied to clipboard
White horizontal overlay when textinput field is tapped and keyboard pops up
I realized an issue whenever I want to input data into input fields. There is kind of a white horizontal overlay (rectangle) at the bottom just above my keyboard. This forces me to scroll up and down in a limited space.
To sort this out, I used resizeToAvoidBottomInset: false,
This solves the issue but does not pushes my input fields up
Just published 1.0.0 which might fix this issue since I updated device padding management.
Tell me if it is now fine on your side.
@aloisdeniel
still exists in device_preview: ^1.1.0