larryaasen / upgrader

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

Is Microsoft Store supported? #166

Open markbreuss opened 2 years ago

markbreuss commented 2 years ago

On the Pub.dev page it says plattform support for windows.

However in the docs I could not find any hints on the Microsoft Store. Is it currently supported, and if not are there any plans to do so?

Thanks for the package and your time!

larryaasen commented 2 years ago

The Dart code of this package will run on Windows, however there is no support for the Microsoft Store yet. It is possible that in the future it will be supported, but there is a lack of details on implementing a Dart client for the Microsoft Store to get the app version details.