You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello everyone,
Is possible to create a class to be able to use the Flushbar with a default value. I mean, every time that you need to present an error you can invoke that class that has the default value, as well as a class for info.
How can I approach it?
The text was updated successfully, but these errors were encountered:
I have a LittleHelper class that I use to display errors, alerts, dialogs, and other such repetitive things. I've implemented it with a factory, so that it gets the BuildContext automatically, like so:
Hello everyone,
Is possible to create a class to be able to use the
Flushbar
with a default value. I mean, every time that you need to present an error you can invoke that class that has the default value, as well as a class for info.How can I approach it?
The text was updated successfully, but these errors were encountered: