Skip to content

kiatuki/flutter_keyboard_aware_dialog

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Keyboard Aware Dialog

This package is created to solve the issue where dialogs won't move upwards when soft keyboard shows. (See #27629)

Usage

Just replace your Dialog with KeyboardAwareDialog provided by this package.

Class Mapping

Flutter Keyboard aware
Dialog KeyboardAwareDialog
AlertDialog KeyboardAwareAlertDialog
SimpleDialog KeyboardAwareSimpleDialog

Caveats

  1. barrierDismissible will have no effect, you can't dismiss dialog by clicking the outside of the dialog.

Screenshots

Packages

No packages published

Languages

  • Dart 98.0%
  • Swift 1.4%
  • Other 0.6%