adaptive_dialog 0.7.5 adaptive_dialog: ^0.7.5 copied to clipboard
Show alert dialog or modal action sheet adaptively according to platform.
adaptive_dialog #
Show alert dialog or modal action sheet adaptively according to platform.
showOkAlertDialog #
Convenient wrapper of showAlertDialog.
iOS | Android |
---|---|
showOkCancelAlertDialog #
Convenient wrapper of showAlertDialog.
iOS | Android |
---|---|
showConfirmationDialog #
Show Confirmation Dialog. For Cupertino, fallback to ActionSheet.
iOS | Android |
---|---|
showModalActionSheet #
iOS | Android |
---|---|
showTextInputDialog #
iOS | Android |
---|---|
showTextAnswerDialog #
Show text input dialog until answer is correct or cancelled. This is useful for preventing very destructive action is executed mistakenly.
iOS | Android |
---|---|