We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is the implementation of the onTap function correct?
It works if I do this:
(Flushbar fb) { fb.dismiss(true); return () {}; },
I don't know why I need to return an empty function as this seems to be overkill and it is never used in the code.
Maybe the intention was to return a Future which could then be chained and tell the caller once the dismiss is complete?
The text was updated successfully, but these errors were encountered:
Hi @Paul-Todd Uu my bad there. Will push a fix for that today. Thanks for reporting.
Sorry, something went wrong.
Live at 1.8.1
No branches or pull requests
Is the implementation of the onTap function correct?
It works if I do this:
I don't know why I need to return an empty function as this seems to be overkill and it is never used in the code.
Maybe the intention was to return a Future which could then be chained and tell the caller once the dismiss is complete?
The text was updated successfully, but these errors were encountered: