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

Fixing type 'Null' is not a subtype of type 'FutureOr<Text>' #102

Open atlid8 opened 1 year ago

atlid8 commented 1 year ago

Not calling the completer when flushbar is disposed if the result is null

atlid8 commented 1 year ago

Tried the changes in #92 first but the error was still thrown.