Questions tagged [flutter-windows]

Use this tag for questions related to windows-specific Flutter desktop questions, in conjunction with [flutter]. For more general Flutter desktop questions, use [flutter-desktop] and, for general Flutter questions, use only [flutter].

176 questions
23
votes
5 answers

how to change desktop windows application icon for flutter?

I using the desktop flutter and i searched for a way to do that i couldnt find any articles about that sp ii want to know how to change the launcher app icon for windows desktop and also for mac and linux.
Ali Nour
  • 383
  • 1
  • 4
  • 12
16
votes
5 answers

How to add conditional imports across Flutter mobile,web and window?

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 windows. I have tried adding else condition if it is not…
KonTash
  • 158
  • 1
  • 2
  • 15
13
votes
19 answers

Flutter Windows: cannot build App error MSB8066

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 build for 'D:\DSI…
aihamhasan
  • 479
  • 1
  • 6
  • 11
10
votes
5 answers

Flutter doctor - Windows Version (Unable to confirm if installed Windows version is 10 or greater)

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 shouldn't have to do anything with this "problem".…
F.M.
  • 630
  • 1
  • 5
  • 18
9
votes
1 answer

How to embed external exe files in a Flutter project for Windows?

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 files in my assets folder, like the following: assets …
matteoh
  • 2,810
  • 2
  • 29
  • 54
7
votes
1 answer

Letting the mouse pass through Windows Flutter

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 icon(Red Box) Activated, and ignore it when one of…
Anas-Qasem
  • 185
  • 10
7
votes
3 answers

MissingPluginException(No implementation found for method init on channel com.ryanheise.just_audio.methods)

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 find any examples of it for windows. I have coded…
7
votes
2 answers

Google & Microsoft OAuth2 login flow Flutter Desktop (MacOS, Windows, Linux)

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

Tab order in flutter

On my Windows App ( The interface looks like this: https://i.stack.imgur.com/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 any way to re-arrange my focus order: Input-1 ->…
TienVD
  • 73
  • 1
  • 4
6
votes
2 answers

How to Remove Title Bar from Flutter app built for windows?

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 ??
Manan Domadiya
  • 119
  • 1
  • 6
5
votes
1 answer

Windows option not enabled when creating new Flutter Project for Windows Development

I am trying to create a new Flutter Project for Windows Development but I am unable to check the Windows check box in the Platforms section of Android Studio. I am using the Latest Flutter SDK (Stable) and Visual Studio (2022 Community) is also…
Siddharth Mehra
  • 1,691
  • 1
  • 9
  • 32
5
votes
1 answer

Is it possible to create desktop widgets using flutter windows app?

**Hi, I am new to flutter desktop apps. I am trying to create desktop widgets like the image below. I searched on the internet and found nothing. Can any one help me? Thanks in advance. **
siva.picky
  • 499
  • 5
  • 17
5
votes
1 answer

How to handle native dependencies in Flutter plugin

I'm trying to create a Flutter plugin which wraps some C++ code. That code has multiple dependencies, so steps need to be taken to provide those dependencies to the C++ build system (currently based on cmake, building for windows desktop),…
Ken
  • 693
  • 1
  • 7
  • 15
5
votes
0 answers

How to make a native windows splash screen with Flutter

I know how to make a native splash screen for Android, iOS, and Web, as it is covered in Flutter official documentation and in this package. So how to make a native splash screen when deploying for Windows? Note: I am talking about the blank/white…
OroshiX
  • 712
  • 1
  • 8
  • 28
5
votes
3 answers

Flutter Desktop Windows: How to call native code via Method Channel. (Make api calls in header file)

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 github that said its possible but there was no code…
shivanshPurple
  • 150
  • 1
  • 12
1
2 3
11 12