rflutter_alert icon indicating copy to clipboard operation
rflutter_alert copied to clipboard

How do i change the title and alert type after calling show() ?

Open iulian0512 opened this issue 3 years ago • 2 comments

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.

iulian0512 avatar Aug 31 '21 12:08 iulian0512

same question

felix0324324 avatar May 23 '22 07:05 felix0324324

@haliknihudas666 I guess you could pop and show the error alert.

bynalab avatar Aug 11 '22 18:08 bynalab

I agree with @bynalab , you should pop and show the other alert.

ibrahimdevs avatar May 17 '23 08:05 ibrahimdevs