flutter-windows Questions

9

I created a Flutter project, that targets Android, iOS, macOS, Linux and Windows. It works well on both Android and iOS, but when I try to compile it on Windows 10, I got the following error: /C:/U...
Oxytetracycline asked 25/6, 2024 at 19:24

23

I am getting this error while building for windows C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\Microsoft.CppCommon.targets(238,5): error MSB8066: Custom ...
Nonintervention asked 10/4, 2021 at 6:15

8

Solved

I have flutter application which uses different webview plugin for each platform(mobile, web, window). Though I am able to import platform base on web and mobile, I am not able to import for window...
Manuel asked 11/6, 2021 at 12:58

3

Solved

Some windows apps like telegram, can open with custom schema url by browser. When I install telegram on my windows pc and enter tg:// in browser, It can maximize telegram app or run telegram app if...
Earlineearls asked 4/11, 2021 at 13:1

2

In my Flutter project for Windows, I want to run some .exe files that I want to embed in my project, instead of copying/pasting them by hand in the correct location. So I tried to add the .exe file...
Chelyuskin asked 24/9, 2021 at 9:30

3

I've made a simple flutter app for windows, when I run it shows the default Titlebar that windows has. How can I remove it ??
Spacesuit asked 19/8, 2021 at 17:16

3

Solved

I'm trying to use my own showMenu when user right click with the mouse on web, windows, macOS and long press on android and iOS. Long press on android and iOS is working and right click on Windows ...
Laurilaurianne asked 28/2, 2023 at 14:43

7

Solved

I used the desktop flutter and I searched for a way to do that I couldn't find any articles about that, so I want to know how to change the launcher app icon for Windows desktop and also for Mac an...
Womanhater asked 27/10, 2020 at 16:16

3

Solved

The following error is thrown when I tried to run a windows application [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: Unsupported operation: DefaultFirebaseOptions have no...
Jos asked 25/9, 2022 at 6:37

3

Solved

I've asked this before but I'm still lost. I'm trying to upload my Flutter app to Microsoft Store but I keep getting '10.1.1.11 Inaccurate Representation - Icon' detail on certification report. Thi...
Semiliterate asked 26/6, 2023 at 9:38

5

Solved

I just updated my Flutter form 3.5.0-12.0.pre.168 to 3.6.0-1.0.pre.35 on the master channel. Im on the master channel because on the stable channel I have troubles with keyboard inputs. But that sh...
Lundgren asked 11/11, 2022 at 8:38

3

Solved

I am building a desktop application using flutter where I need to play audio files from local storage and for this I am using just_audio flutter package since it supports Windows. But I Couldn't fi...
Sassy asked 2/11, 2021 at 15:23

2

Solved

How do you implement Google OAuth2 or Microsoft (Azure) OAuth2 login on Flutter Desktop?

1

I am working on a Flutter Desktop screen Annotation Application where I want to ignore the mouse events and let is pass through the window (so I can click on desktop application shortcut) when the ...
Wiser asked 12/2, 2022 at 23:25

3

Solved

The title says it all. There is nearly no documentation on flutter's website that shows how to invoke a method in windows native code via a method channel. But I found an issue on the flutter's git...
Boatright asked 9/5, 2021 at 16:34

1

Solved

On my Windows App ( The interface looks like this: https://i.sstatic.net/SibAC.png ) When I focused to Input-1, and I press Tab key on keyboard, the primary focus will focus to Input-3. Is there an...
Unnecessarily asked 20/7, 2021 at 5:16

1

I am working on a flutter application that connects to the MQTT client on the desktop it is opened on. I want to dynamically get the host name of the desktop and connect to it instead of the user h...
Dustheap asked 10/11, 2020 at 16:45
1

© 2022 - 2025 — McMap. All rights reserved.