marcos930807 / awesomeDialogs

A new Flutter package project for simple a awesome dialogs
Other
339 stars 110 forks source link

AwesomeDialog conflict AnotherFlushbar #125

Open JmyW opened 1 year ago

JmyW commented 1 year ago

Hi I found a compatibility issue between AwesomeDialog and AnotherFlushbar. https://pub.dev/packages/awesome_dialog https://pub.dev/packages/another_flushbar

In AwesomeDialog has a function "autoHide" which can auto dismiss the dialog after a duration. Whatever how long the duration, when I set it. If a Flushbar appear during the duration. The autoHide of AwesomeDialog won't work. And even worse, the dailog is not dismissible any more. The dialog is always there, cannot close.

It's easily reproduced and 100% happen. Could you check it?