I have Win 32 app developed using Flutter and published on the Microsoft Store. Now I want to add an in-app update feature to my app but I did not find anything in Flutter so I decided to implement it in native code. I saw some Microsoft articles for the same here But it is in c# and my native Windows project is in C++.
Anybody can help with this?