Relative Content

Tag Archive for flutterwindows

Using Windows.Services.Store on flutter Windows App

I have a Flutter Windows App on the Windows Store called “Save the Umfths”. I am trying to offer a free trial but looks like the only way to determine if the App installed is a trial is to use the Windows.Services.Store library. Is there a way to include this library with a Flutter Windows app so I can call the necessary function to determine trial status? Is there any other way to achieve this?

The Flutter Windows application runs in debug mode, but does not launch in release mode

The Flutter Windows application runs in debug mode, but does not launch in release mode. In the windows event viewer it is written that the name of the failed module is: MSVCP140.dll Exception code: 0xc0000005. How can this problem be solved? I’m using Windows 11 and flutter version 3.22.3. The following libraries are included in the project:

The Flutter Windows application runs in debug mode, but does not launch in release mode

The Flutter Windows application runs in debug mode, but does not launch in release mode. In the windows event viewer it is written that the name of the failed module is: MSVCP140.dll Exception code: 0xc0000005. How can this problem be solved? I’m using Windows 11 and flutter version 3.22.3. The following libraries are included in the project:

Flutter built windows app not showing app state list in listview

Have never had this issue, but have not needed to build windows app yet. However I have a page with 2 listviews that show an app view and are updated when a websocket message is recevied. This works in a web build without issue, however when I either run windows in debug or a release build, the appstate variable showing the message works, but the listview does not show, just empty. I can show alot of code, but with it working in web and mobile I am thinking I am missing something for windows.