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 88 forks source link

Update flushbar_route.dart: When using duration + isDismissible at fa… #109

Closed EArminjon closed 1 year ago

EArminjon commented 1 year ago

When using duration + isDismissible at false, flushbar is not popped at the end of the timer because willPop have a logic which prevent any pop when isDismissible is false. Timer callback call maybePop which call willPop to check if pop is possible.

EArminjon commented 1 year ago

@cmdrootaccess

cmdrootaccess commented 1 year ago

great. good work