update_available icon indicating copy to clipboard operation
update_available copied to clipboard

Feature - result useful information instead of void on update available

Open dtodt opened this issue 2 years ago • 2 comments

Hi, I wonder if there is any intention in return some information, that makes easier to use the package.

  • app url at store;
  • installed version;
  • available version;

I was considering implement my in app update with this package, since upgrader is not flexible enough, but then I would need to make some code by hand, that seems duplicated to me.

I don't know if it is possible though.

With those information, I could build dialog messages, and redirect the client to the store.

Thanks in advance.

dtodt avatar Jun 22 '22 11:06 dtodt

Hello, @dtodt!

I think it is possible to return some additional information in the update availability object, yes. I am going to give a look if I can do this without having to add more dependencies, which would be ideal, as this package purpose is to be as unintrusive as possible.

Thanks for your suggestion!

mateusfccp avatar Jun 22 '22 11:06 mateusfccp

+1

milkyway044 avatar Feb 13 '23 08:02 milkyway044