Flutter Keyboard Aware Dialog
A workaround for a Flutter bug.
Flutter Keyboard Aware Dialog
Flutter Keyboard Aware Dialog
A workaround for a Flutter bug.
This package is created to solve the issue where dialogs won't move upwards when soft keyboard shows. (See #27629)
Just replace your Dialog
with KeyboardAwareDialog
provided by this package.
Flutter | Keyboard aware |
---|---|
Dialog |
KeyboardAwareDialog |
AlertDialog |
KeyboardAwareAlertDialog |
SimpleDialog |
KeyboardAwareSimpleDialog |
barrierDismissible
will have no effect, you can't dismiss dialog by clicking the outside of the dialog.