When the keyboard appears, the Flutter widgets resize. How to prevent this?
Updated Answer resizeToAvoidBottomPadding is now deprecated. The updated solution is to set resizeToAvoidBottomInset property to false. Original Answer In your Scaffold, set resizeToAvoidBottomPadding property to false.