How to use Flutter MSIX to create .msix windows installer - MicroSoft Store

preview_player
Показать описание
#flutterwindows #fluttermsix
Hi Guys, Welcome to Proto Coders Point. In this tutorial will learn how to create .mxis installer of flutter app for flutter windows application.

About flutter msix
The flutter #msix is basically a command-line tool by which we can create MSIX installer of our flutter windows build application, it make easy process to launch you #flutter windows app on microsoft store.

_______________________________________________
Comment below for any queries 😀
Follow and support me:

Be sure to ask for help in the comments if you need any. Suggestions for future Flutter tutorials are also very welcome! :)

For mobile application development keep learning freely from proto coders point
Рекомендации по теме
Комментарии
Автор

You have cover the last part with grey background when there is an error saying: "This app package is not signed with a trusted certificate. Contact your system administrator or the app developer to obtain a new certificate or app package with trusted certificates. The root certificate and all immediate certificates of the signature in the app package must be trusted (0x800B010A)"

codingbond
Автор

They call me master, maatrangal varum faster 🔥🔥❤️

urounofficial
Автор

The created msix file cannot be installed, it says 'This app package is not signed with a trusted certificate'.... how to solve this please?

SalarAzad
Автор

To fix the problem of not installing, add the following codes

msix_config:
display_name: App Name
publisher_display_name: Name
identity_name: com.exmple.flutter << Package name
msix_version: 1.1.0.0
logo_path:
capabilities: internetClient
languages: en
stor: true

amir_gh_dev