ofload / native_updater

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

Why is playStoreUrl removed? #33

Open Milos5611 opened 2 years ago

Milos5611 commented 2 years ago

Error: No named parameter with the name 'playStoreUrl'.

If I go and look at your latest PR there I see that you completely removed this prop. Nothing is written about it, just deleted.

mrnestor123 commented 2 years ago

I have the same question

jaxnz commented 2 years ago

Yep, reverted back to v0.1.0

IbrahimAlqayyas commented 2 years ago

Guys, I found that for android they are using in app update that directly connected to the Play Store. So, no need to specify playStoreUrl any more.

yuelvic commented 1 year ago

Guys how do you test this on android?