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
0
votes
1 answer

Develop Windows programs with Flutter, How to disable IME?

I am using Flutter to develop a Windows program, Need to disable input method, Find the relevant documentation, you can use the ImmDisableIME(0) method to disable the input method. But when I try to call this method, An exception was reported when…
Saxxhw
  • 7
  • 1
  • 4
0
votes
0 answers

flutter CMakeLists.txt

when I try to run the desktop application in a flutter. i write on terminal flutter run -d windows give this the below error Launching lib\main.dart on Windows in debug mode... Nuget is not installed. CMake Error at…
0
votes
1 answer

Flutter .exe Release not running on Windows

When I build flutter for windows with flutter build windows it generates a .exe file with its .dll files etc. However, running that file (.exe) gives me a white screen and my app is not running normally. Running flutter run --release -d windows…
SwiftiSwift
  • 7,528
  • 9
  • 56
  • 96
0
votes
0 answers

How to view SCORM packages in windows flutter application?

I am able to download the SCORM package from Moodle, unzip and show it using 'webview_windows'. It opens up fine, except some pages are not displayed (CORS error) Can I get some help on how to resolve it? scorm 0.1.0 API for flutter is only…
sneha
  • 11
  • 2
0
votes
1 answer

Build a flutter application for windows platforms on Mac

Can I build a flutter application for windows platform on Mac? Because I don't want to install a visual studio on my Mac just for build. Is there any totally "command-line" way to build a windows .exe file on IOS operating system? Plus:If I want to…
dogewang
  • 648
  • 1
  • 7
  • 15
0
votes
1 answer

activate camera in flutter windows webview

Flutter windows flutter: 3.0.5 webview_windows: ^0.2.1 I want to display web camera in webview_windows. valid display webview display The purpose of using webview is to stream the camera in flutter windows app and scan the Qr code. camera package…
0
votes
0 answers

Flutter Build stopped working for Windos 7 64 Bits

I have build application which works on Android, ios, MacOS and Windows. Till not it was working on Windows 7 64 bits but since last update it has stopped working. From Windows 8 it is working. It installs on device but when we start app, it shows…
Mayuri Ruparel
  • 694
  • 2
  • 11
  • 36
0
votes
2 answers

flutter windows issue: When I go to select image from desktop gallery

Please help! Unhandled Exception: MissingPluginException(No implementation found for method pickImage on channel plugins.flutter.io/image_picker)
Soton
  • 3
  • 1
0
votes
1 answer

Unable to get list of connected external devices( USB, Hard drive) in macOS/Windows Flutter app

Need to get list of HID Devices (External devices like USB pen drive / Hard disks) with info in Flutter window desktop app. Already tried below plugins but still not getting list of connected external…
Harsh Bhavsar
  • 1,561
  • 4
  • 21
  • 39
0
votes
0 answers

How to add taskbar widget in flutter desktop?

I want to add window taskbar widget with flutter desktop. An example would be weather widget that is optionaly displayed on the right corner of taskbar (before system tray icons). Is there an exposed API or library to achieve that?
Borouch
  • 103
  • 4
0
votes
0 answers

Flutter Windows: "error C2597: illegal reference to non-static member"

I have added Windows platform support to my existing Flutter project with flutter create --platforms=windows . but when I try to run it, it gives me the following…
Fabio
  • 376
  • 6
  • 19
0
votes
1 answer

how to debug in other window desktop device

i'm making windows app works like kiosk with serial port with card reader, printer and barcode reader. I had a experience with ios and android application but it is my first time to make windows app. Building and debug windows app in local has no…
jichang
  • 23
  • 5
0
votes
1 answer

CMake Error at CMakeLists.txt:3 (project): No CMAKE_CXX_COMPILER could be found. flutter desktop

Iam trying to build a flutter desktop application . i followed the configuration here https://docs.flutter.dev/desktop i installed visual studio 2022 with and add Desktop development with C++ to it . but when i tried to run a run a desktop…
0
votes
1 answer

Futter: Nested Scroll Bars and Windows Horizontal Scroll Not Working

I have 2 issues/queries about achieving a particular effect. I want to achieve this effect, and i have implemented a solution (Two to be honest) but both of them don't work. details are as follows: Here is the code for the first solution I…
Naman B Gor
  • 101
  • 7
0
votes
0 answers

Flutter Refresh screen on resize Windows

I'm creating an app for both desktops and mobile devices. The application has a screen with positioned icons. When a desktop application's window resizes, the icon (and UI) positions are broken on smaller windows. If I return to this screen from the…
Febin Johnson
  • 277
  • 1
  • 6
  • 21