larryaasen / upgrader

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

[Feature Request] support an simple mode where mav/miniminAppVersion need not be specified in description #374

Open aruhant opened 8 months ago

aruhant commented 8 months ago

Thank you for the Upgrader package. It saves a ton of time and effort in forcing users to upgrade when necessary. I have a suggestion for a new simpler mode, where mav need not be added to the appstore description, but defaults to installedMajorVersion.99999.99999.

This will help new devs get started immediately without any changes to the appstore descriptions. There may be some developers who will want to avoid adding cryptic text to their appstore descriptions. This will allow such users to take advantage of this package, as long as they bump their major version numbers to force an upgrade.

I'll be happy to submit a PR for this if needed.