jamesblasco / modal_bottom_sheet

Flutter | Create advanced modal bottom sheets. Material, Cupertino or your own style
https://pub.dev/packages/modal_bottom_sheet
MIT License
1.86k stars 468 forks source link

Flutter 3.10.0: Textfields inside a modal no longer resize when keyboard is open #348

Closed mark8044 closed 1 year ago

mark8044 commented 1 year ago

If you have a textfield inside a modal bottom sheet, and you start typing in the textfield (thus opening the keyboard) the textfield does not resize and gets covered up by the keyboard as well

Anyone else noticing this behavior?

mark8044 commented 1 year ago

This was actually the result of a ScreenUtil issue