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].
Questions tagged [flutter-windows]
176 questions
2
votes
2 answers
Flutter platform channels pass "multi-data" to windows function
I am testing the Platform-Channels with the windows visual studio 2022.
I can pass the single value from the flutter UI while I get the battery value, but I want to send multi-data from flutter to the windows code.
Here is mine test code which I…

DavidLee
- 35
- 4
2
votes
2 answers
Flutter IconButton IconColor OnHover (not hoverColor) on Windows Desktop app
I'm trying to change the color of the icon itself onHover instead of the splash(?)Circle thing around it,
IconButton(
onPressed: () {},
hoverColor:
Colors.green,
icon: const Icon(
Icons.edit)),
is there a way to do it, I'm new to flutter, but I…

B-DK
- 35
- 6
2
votes
1 answer
Flutter Desktop: Disable scrolling when hover a Container
I have a particular case of scroll in my code, a certain container handle mouse wheel event in order to increment or decrement a counter. All these boxes are contained in column and in a singleChildScrollView.
The problem is when I use my mouse…

Ryokugin
- 93
- 7
2
votes
3 answers
Select text in TextField on Double Click in Flutter Windows App
Is there an option to select the text written in TextFormField or TextField on double clicking the field in a Windows App made in Flutter?
Because currently it only works if the text is double clicked, whereas normally in windows application…

Saad Bashir
- 4,341
- 8
- 30
- 60
2
votes
1 answer
How can I save a local file into assets folder in Flutter
My flutter desktop application takes a local file (audio/video/image) as user input. Now I need to save it to somewhere for later usage. So that even if the device changes the application can still access them using relative path.
What I want to do…

Sadikul Haque Sadi
- 387
- 5
- 17
2
votes
1 answer
Flutter windows: can I use relative path to bundle `.dll` library in CMakeLists.txt?
I am building a flutter plugin which calls native functions from lib.dll file and everything works as expected in my computer.
But I use relative path to link that lib such as
E:/_Projects/mahesabu/client/packages/server/windows/lib.dll
Now I want…

Nux
- 5,890
- 13
- 48
- 74
2
votes
1 answer
How do I play video in my Flutter Desktop Application
I want to play video files (stored in my local machine) in a desktop application developed by flutter. But unfortunately I couldn't do it. Most popular video player packages do not support windows platform. I tried with dart_vlc but it's not…

Sadikul Haque Sadi
- 387
- 5
- 17
2
votes
1 answer
How to open windows explorer in flutter-Windows-application?
The question is pretty straight forward: I develop a windows application with flutter (shame on me) and I want to open the Windows "file explorer" with a path when a button is pressed.
Another great thing would be to open the windows file-picker and…

Julian Wallerius
- 35
- 5
2
votes
0 answers
save data on windows directory
i'm writing an app that upload and save images from directories of windows to the app. I have write the function to upload the image on the app but I can't find a function to save the image in a determinate folder.
I tried the function of the…

Gio
- 21
- 2
2
votes
1 answer
RenderFlex overflowing in NavigationRail and NavigationRailDestination on window-resizing
How to fix RenderFlex overflowing in NavigationRail and NavigationRailDestination, when resizing the Desktop window?
Flutter 2.11.0-0.0.pre.794 • channel master • https://github.com/flutter/flutter.git
Framework • revision dce7f869cc (5 days ago) •…

Azwraith
- 21
- 3
2
votes
1 answer
Flutter-desktop windows plugin debug native c++ code
I would like to create a Flutter desktop windows plugin.I want to debug the native c++ code . Is there any documentation or any article.Debugging native c++ code in Flutter Desktop app / plugin.Already asked here but any solution mentioned or…

lava
- 6,020
- 2
- 31
- 28
2
votes
1 answer
Flutter: disable screenshot and screen recording for windows
I am making a Flutter app and I need to make sure the user is not able to capture screenshots of the app (any screen). Is there any way to achieve this in windows applications

Muhammad Kadi
- 113
- 3
- 9
2
votes
2 answers
Any way to play audio file for windows desktop application in flutter?
I'm new to flutter and making a desktop application with flutter. Now I need to load and play audio files but found that the audio player packages don't support desktop software in windows. So if there is any way to play audio file for windows…

Sadikul Haque Sadi
- 387
- 5
- 17
2
votes
2 answers
Nested Listview not scrolling horizontally
I have a relatively complex Listview setup, where one Listview acts as a scrolling parent of a horizontal Listview, which acts as a parent to a third vertical Listview.
Here is an image of the general idea of the layout:…

Cody Moore
- 61
- 6
2
votes
4 answers
Sqlite with Flutter Desktop Windows?
the app is work with android but not work with desktop
[ERROR:flutter/lib/ui/ui_dart_state.cc(186)] Unhandled Exception: MissingPluginException(No implementation fou
nd for method getDatabasesPath on channel com.tekartik.sqflite)

Ahmed Hany
- 23
- 1
- 6