Flutter: Move dialog up to make room for soft keyboard?
This is a known bug: https://github.com/flutter/flutter/issues/7032
There's a workaround in that bug if that helps.
add this margin margin: MediaQuery.of(context).viewInsets,
, it worked for me in a custom Alert Dialog .