upgrader
upgrader copied to clipboard
Android in-app updates?
I'm wondering if this plugin support (or will support) Android's "native" in-app update (https://developer.android.com/guide/app-bundle/in-app-updates)?
There is another plugin that does this. However, if this plugin can be enhanced to support native in app updates, then this can be an all in one solution eliminating the need for appcast.
@wiradikusuma This package does not support Android in-app updates, but I'm glad to see Android has recognized the need for this kind of feature. I would be happy to review any PRs that are submitted to support this.
@larryaasen It's not that new. It's almost 2 years old :D
@IchordeDionysos I'm a little behind, I guess. What kind of effort would it take my to add that kind of feature for Android?
Here is the documentation for it: https://developer.android.com/guide/playcore/in-app-updates
You might also utilize the functionality/features exposed by this package if you want to display your UI :)
https://pub.dev/packages/in_app_update
I did some of the work here:
https://github.com/larryaasen/upgrader/pull/27
How about having a transitive dependency on in_app_update
package? Will make life much simpler. :)
Any plan on this one?
Hi guys, I think this plugin should definitely dismiss appcast in favor of Android In-App update
Any news?