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

Remove confirm button #20

Closed ArturDias13 closed 1 year ago

ArturDias13 commented 1 year ago

I don't want the user to dismiss the quick alert dialog. It should dismiss only with autoCloseDuration. I think that should exist a parameter just like showCancelButton, but for confirmation button.