upgrader
upgrader copied to clipboard
onLater, onIgnore, onUpdate - example of how to implement?
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?
There is code in upgrader_test.dart that may help.
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.
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.