cmdrootaccess / another-flushbar

A flexible widget for user notification. Customize your text, button, duration, animations and much more. For Android devs, it is made to replace Snackbars and Toasts.
https://pub.dev/packages/another_flushbar
MIT License
145 stars 89 forks source link

Has Flushbar or not? #28

Closed assylman closed 3 years ago

assylman commented 3 years ago

Hi everyone, how can I check if there already a Flushbar is? I don't want to show Flashbar above previous Flashbar. It's weird. Thanks in advance! P.S. In regular SnackBar from Scaffold you can remove current SnackBar:)

surister commented 3 years ago

https://github.com/cmdrootaccess/another-flushbar/blob/b55b782d5e319218fef4593bf9d0a1465ab00c2e/lib/flushbar.dart#L284

cmdrootaccess commented 3 years ago

fixed in another_flushbar: ^1.10.22