upgrader icon indicating copy to clipboard operation
upgrader copied to clipboard

onLater, onIgnore, onUpdate - example of how to implement?

Open remsysinc opened this issue 1 year ago • 3 comments

I'm trying to find an example showing how to implement these parameters. I'd like to redirect to another page upon "onLater" for example.

Also, is there an example of how to just make the check to the proper app store which then returns the info and can be handled in code without using the alert pop-up or card?

remsysinc avatar May 03 '23 14:05 remsysinc

There is code in upgrader_test.dart that may help.

larryaasen avatar May 05 '23 11:05 larryaasen

I see it, thank you! It seems those functions (onLater, onUpdate, onIgnore) all require a boolean to be returned. I'm wanting to redirect to another screen.

remsysinc avatar May 05 '23 13:05 remsysinc

Look at the latest version of this package with a latest customization options. I think it now meets your needs. If not, please open a new issue with your details.

larryaasen avatar Apr 07 '24 12:04 larryaasen