awesomeDialogs
awesomeDialogs copied to clipboard
AwesomeDialog conflict AnotherFlushbar
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?