Relative Content

Tag Archive for flutterwindowsvisual-c++vcredistmicrosoft-store

How to include Visual C++ Redistributable (VCRedist) in a Flutter Windows app for Microsoft Store?

I have developed a Windows application using Flutter and I want to distribute it through the Microsoft Store. I have created an installer and generated an MSIX package from it. However, my application requires the Visual C++ Redistributable (VCRedist) x64 2022 library to run properly.
How can I include the VCRedist library in my Flutter Windows application when submitting it to the Microsoft Store?
I have considered the following options: