larryaasen / upgrader

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

[Feature Request] Allow users to configure whether to use the `mav`/`miniminAppVersion` values supplied from Play Store/App Store description #327

Open utkarsh1097 opened 10 months ago

utkarsh1097 commented 10 months ago

Presently, in case this value is present in the app's description on Play/App Stores, the minimum application version value defaults to that value, irrespective of whatever value is passed to the Upgrader widget constructor.

https://pub.dev/documentation/upgrader/latest/upgrader/Upgrader/minAppVersion.html

image
utkarsh1097 commented 4 months ago

@larryaasen Can I take this up? I don't think that this will be a very huge change.