larryaasen / upgrader

A Flutter package for prompting users to upgrade when there is a newer version of the app in the store.
MIT License
558 stars 271 forks source link

Minimum version tag shows in Play Store #326

Open leonardo-apploft opened 1 year ago

leonardo-apploft commented 1 year ago

As in documentation suggested the tag [Minimum supported app version: 1.2.3] has been added to the Google Play Store description. However, it shows to users in the Play Store for users to be visible. Is there any way around this?

larryaasen commented 11 months ago

There is no way around this at the time. You can use Appcast to avoid this but that is an entirely different approach.