Flutter Alert Dialog

Flutter Alert Dialog

adaptive_dialog

Show alert dialog or modal action sheet adaptively according to platform.


showOkAlertDialog

Convenient wrapper of showAlertDialog.

iOS Android
n1 n2

showOkCancelAlertDialog

Convenient wrapper of showAlertDialog.

iOS Android
Flutter Alert Dialog n4
Flutter Alert Dialog n6

showConfirmationDialog

Show Confirmation Dialog. For Cupertino, fallback to ActionSheet.

iOS Android
Flutter Alert Dialog Flutter Alert Dialog

showModalActionSheet

iOS Android
Flutter Alert Dialog Flutter Alert Dialog
Flutter Alert Dialog Flutter Alert Dialog
Flutter Alert Dialog Flutter Alert Dialog

showTextInputDialog

iOS Android
Flutter Alert Dialog Flutter Alert Dialog
Flutter Alert Dialog Flutter Alert Dialog

showTextAnswerDialog

Show text input dialog until answer is correct or cancelled.
This is useful for preventing very destructive action is executed mistakenly.

iOS Android
Flutter Alert Dialog Flutter Alert Dialog

Source Code

Please Visit Flutter Alert Dialog Source Code at GitHub