rflutter_alert
rflutter_alert copied to clipboard
How do i change the title and alert type after calling show() ?
I have an use case where i show a "loading please wait" alert then when an error occurs i want to change the alert type to error and show the nice error icon and its title. Having 2 successive alerts for that is too flickery and not so smooth. Thanks.
same question
@haliknihudas666 I guess you could pop and show the error alert.
I agree with @bynalab , you should pop and show the other alert.