2

** I want to update my flutter app (ios/android) programatically when new version uploaded in to google PlayStore/AppStore with in the application window i need to show the dialogbox. Is there any packages or plugins for this. **

1 Answer 1

1

You can create a PHP API where return a play store app version code. Then receive a json from Android/iPhone. Compare with app version to PHP API return version. If PHP version is bigger than app version then show alert dialog. When you upload new application in play store change API version code.

Sign up to request clarification or add additional context in comments.

1 Comment

You probably don't even need all that. Just make a github page that has the version number, and edit it when you update your code.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.