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

alert stacked without an option to dismiss #5

Closed thorizer closed 1 year ago

thorizer commented 1 year ago

this demo will explain it better, when the user try and fail again to reconnect , a new alert pops before dismissing the old one ? I'm not sure what's happening the confirm button doesn't dismiss the alert because it's creating a new alert ?

https://user-images.githubusercontent.com/13587810/187587173-94d878e1-ed95-4728-a5cf-612887960a6d.mp4

ItsAkashS22 commented 1 year ago

Hello @thorizer 👋 Lookings like you are triggering the alert multiple times. Debug your code with some conditions to avoid the triggering of alert multiple times and you'll get your expected result.

Thank You, Happy Coding ⭐

thorizer commented 1 year ago

@ItsAkashS22 yes , I know that's why i closed the issue. I still think 50% opacity is too much when i use dark mode

ItsAkashS22 commented 1 year ago

Hello @thorizer 👋

Yes accepted that and updated the alert with a new option to set barrier color, i hope that helps.

Thank you, Have Coding ✨