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
Trying to do something like this, but not working Flushbar( title: 'Hey ${user.fullName}', titleText: Text(user.lastName), message: 'You have successfully logged in ...', duration: Duration(seconds: 2), )..show(context);
The text was updated successfully, but these errors were encountered:
Hi @pbasl
Short answer, no. To change the text you have to create another instance.
What you can do to show progress is use the built-in progress indicator by setting showProgressIndicator = true and then use progressIndicatorController to control the progress
Hello;
Can the text in the flushbar be dynamic??
Trying to do something like this, but not working
Flushbar( title: 'Hey ${user.fullName}', titleText: Text(user.lastName), message: 'You have successfully logged in ...', duration: Duration(seconds: 2), )..show(context);
The text was updated successfully, but these errors were encountered: