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
1
vote
2 answers
Target of URI doesn't exist: 'package:velocity_x/velocity_x.dart'
I've just set up my Windows for flutter development,
So I downloaded flutter SDK, and placed it in my directory. After, I set up my path variable to work with flutter in my command line.
I also set up my visual studio code with Dart-Code so I have…

Swapnil Ghule
- 149
- 1
- 8
1
vote
0 answers
Launching lib\main.dart on Windows in debug mode... lib\main.dart:1 CMake Error at CMakeLists.txt:1
i am trying to build and run a flutter app on windows but i get the following error
Launching lib\main.dart on Windows in debug mode...
lib\main.dart:1
CMake Error at CMakeLists.txt:1 (cmake_minimum_required):
CMake 3.15 or higher is required. …

user15353015
- 11
- 1
1
vote
0 answers
changing DataTable's DataRow style in flutter desktop
I want each DataRow of DataTable to have a Card look this this:
our DataRow custom design
I looked at the source code but I could not find anything

Soheil Qorbani
- 111
- 10
1
vote
1 answer
Change taskbar name of flutter app on windows
I have a very simple problem, but did not find any solution.
I wrote a flutter app for windows desktop. When I launch it, the name in the taskbar is shown as "A new Flutter project." How can I change this string? Of course I already searched all…

Markus
- 123
- 3
- 9
1
vote
1 answer
Flutter keeps running default "Counter App" even after Code change(Windows App)
(Flutter -WindowsAPP - Flutter 1.26.0-1.0.pre • channel dev • https://github.com/flutter/flutter.git
Framework • revision 63062a6443 (12 days ago) • 2020-12-13 23:19:13 +0800
Engine • revision 4797b06652
Tools • Dart 2.12.0 (build…

srt111
- 1,079
- 11
- 20
1
vote
2 answers
Unable to create desktop application support from existing project in flutter
I am creating a desktop application from an existing app.
The command given in documentation is :
flutter create .
Running this command in the root of the project directory I am getting this error
"MyApp" is not a valid Dart package name.
Note:…

S Sharanya Bharghavi
- 109
- 1
- 11
0
votes
0 answers
Flutter: Lost connection to device (Windows)
my flutter app crashes sometimes.
I am using AndroidStudio for debugging and when I run or debug it in AndroidStudio I only get in console Lost connection to device.
I have also implemented sentry.io, but this does not send the error to sentry.
Can…

Lukas Fürst
- 81
- 11
0
votes
1 answer
flutter windows Exception: Unable to generate build files
I have a flutter application. I install and configure firebase in my app. After that, I try to run my app on windows, but flutter return this error (when I run flutter run -d windows -v command).
[ +2 ms] Exception: Gradle task assembleDebug…

Mohamadamin
- 564
- 5
- 16
0
votes
0 answers
Flutter windows desktop app - google speech to text -gRPC Error (code: 14, codeName: UNAVAILABLE
while calling google speech-to-text api from flutter desktop app for windows I end up getting this error. any idea anyone?
gRPC Error (code: 14, codeName: UNAVAILABLE, message: Error making call: Null check operator used on a null value, details:…

Khaleel
- 1,212
- 2
- 16
- 34
0
votes
0 answers
flutter app for windows, has to run as admin, or error: 0xc0000022
i just start to use flutter, and finally make the flutter env worked.
but i have a problem now, if i do: flutter build windows --release --split-debug-info=xxx
it just failed(succeed in debug…

bugmaker
- 16
- 1
0
votes
0 answers
Printing Through ESC POS Printer via usb for windows app in flutter
I'm new to flutter, right no I'm trying to develop an app for windows that can print a ticket via USB from a thermal printer. I have been trying to communicate with the printer using a few plugins, I have tried pos_printer_manager, and…

Fikri Abdullah
- 1
- 1
0
votes
3 answers
Flutter provider not updating UI for Future builder
I am using provider: ^6.0.5 for state management for my flutter desktop app.
This is my Loader provider:
A simple class have 2 methods that will toggle the loaderState boolean value.
class LoaderProvider extends ChangeNotifier {
bool loaderState =…

Thiru
- 31
- 6
0
votes
0 answers
Flutter desktop - sqflite_common_ffi: ^2.2.5 is not working on release mode
I'm using sqflite_common_ffi: ^2.2.5 on flutter desktop to store data locally, it works perfectly fine on debug mode but its not working in release mode.
I tried adding sqlite3.dll on the same folder as my executable but still it's not working on…

arvie
- 1
- 1
0
votes
0 answers
How Show Text in windows taskbar Flutter Windows
How to show text in windows taskbar
How to show text in windows taskbar Realtime like internet speed meter in flutter windows. I want to use it for my monitor application. So I need to show Realtime int in windows taskbar
enter image description…

Miran Khan
- 1
- 1
0
votes
1 answer
Error "Target file "windows" not found." when I start windows application in debug mode
"Target file "windows" not found." error after "flutter run windows".
All project dependencies:
cupertino_icons: ^1.0.2
firebase_core: ^2.13.1
sliding_up_panel: ^2.0.0+1
flutter_slidable: ^2.0.0
just_audio: ^0.9.32
flutter_modular:…

Redactor
- 3
- 2