# adaptive_dialog **Repository Path**: wishcat/adaptive_dialog ## Basic Information - **Project Name**: adaptive_dialog - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: feature/mono/test - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-16 - **Last Updated**: 2021-05-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # adaptive_dialog Show alert dialog or modal action sheet adaptively according to platform. --- ## [showOkAlertDialog](https://pub.dev/documentation/adaptive_dialog/latest/adaptive_dialog/showOkAlertDialog.html) Convenient wrapper of [showAlertDialog](https://pub.dev/documentation/adaptive_dialog/latest/adaptive_dialog/showAlertDialog.html). iOS | Android --- | --- n1 | n2 ## [showOkCancelAlertDialog](https://pub.dev/documentation/adaptive_dialog/latest/adaptive_dialog/showOkCancelAlertDialog.html) Convenient wrapper of [showAlertDialog](https://pub.dev/documentation/adaptive_dialog/latest/adaptive_dialog/showAlertDialog.html). iOS | Android --- | --- n3 | n4 n5 | n6 ## [showModalActionSheet](https://pub.dev/documentation/adaptive_dialog/latest/adaptive_dialog/showModalActionSheet.html) iOS | Android --- | --- n7 | n8 n9 | n10 n11 | n12 ## [showTextInputDialog](https://pub.dev/documentation/adaptive_dialog/latest/adaptive_dialog/showTextInputDialog.html) iOS | Android --- | --- n1 | n2 n3 | n4 ## [showTextAnswerDialog](https://pub.dev/documentation/adaptive_dialog/latest/adaptive_dialog/showTextAnswerDialog.html) Show text input dialog until answer is correct or cancelled. This is useful for preventing very destructive action is executed mistakenly. iOS | Android --- | --- n5 | n6