belovance / QuickAlert

An instantly ready, full-featured alerts for development on any platform with flutter. Enabling you to complete projects and deploy quickly. With QuickAlert, you can display animated alert dialogs such as success, error, warning, confirm, loading or even a custom dialog.
https://pub.dev/packages/quickalert
MIT License
46 stars 42 forks source link

Option to disable back button completely #23

Closed ZouheirN closed 1 year ago

ZouheirN commented 1 year ago

Added a parameter called disableBackBtn. Default is false. If set to true, then the user cannot back out of the dialog using the Android back button (Simple WillPopScope stuff).