ofload / native_updater

Flutter package to embed native in-app updater
MIT License
56 stars 48 forks source link

Integrate In App Update #9

Closed JeffryHermanto closed 4 years ago

JeffryHermanto commented 4 years ago

To perform the update natively, we should implement Play Core library to request and perform a flexible or immediate in-app update. To avoid reinventing the wheel, I try to integrate an existing plugin to do that.

JeffryHermanto commented 4 years ago

To avoid reinventing the wheel, I try to integrate an existing plugin to do that.

That was the most exciting part of the project tho.

Anyway, the plugin decision should be done earlier and we could have tried to collaborate there.

IMHO it sounds weird to use the plugin to create another plugin.

Despiting that, can you please add the tests for the use cases we are proposing in the project?

It's common for a package to depend on another package in pub.dev Ok, I will work on the test.

haritsfahreza commented 4 years ago

Why we closed this PR mas @JeffryHermanto ? I think it would be better if we use the same PR, otherwise the comment would be scattered.