Skip to main content
Filter by
Sorted by
Tagged with
1 vote
0 answers
77 views

I’m getting a crash and can’t seem to find any clear solution online. My Flutter app uses Firebase Auth (along with Firebase Core and Storage), and everything works fine on some Windows devices, but ...
Ali Akbar's user avatar
-1 votes
1 answer
304 views

I'm building a flutter app on windows, i have tried different packages for in app web view like flutter_inappwebview and webview_cef. The problem is when the application goes to the webview screen , ...
A-E's user avatar
  • 3,401
0 votes
1 answer
257 views

I have 2 flutter apps (let's call them as App1 and App2) which I am running on Windows platform as well. From App1, I am writing a key-value pair (Key: 'Key1', Value: 'Value1') using ...
Ashish Rana's user avatar
1 vote
0 answers
37 views

I’ve developed a Flutter application that targets both iOS and Windows platforms. While the app functions well on iOS, I’m encountering a strange issue on Windows. When the app is launched on Windows, ...
Anki Guna's user avatar
1 vote
1 answer
62 views

I am trying to run a Powershell command with admin privileges in Flutter/Dart. The command runs a .ps1 file inside the temp directory. I found this article, which I implemented and it works fine. ...
Theo's user avatar
  • 142
1 vote
1 answer
64 views

I've been trying to debug my Windows application, but it doesn't render properly. Meanwhile, the release version of the app works just fine. This is the debug view: Windows app with render problems ...
Leonardo Pechansky's user avatar
1 vote
0 answers
302 views

I'm using the flutter_inappwebview package (version 6.1.5) in my Flutter project to create a cross-platform WebView. However, I'm getting the following error when initializing the WebView: A platform ...
Tanmay  Nandwana's user avatar
1 vote
0 answers
49 views

I am using a TextField, but when opening the on-screen keyboard on a touch-screen device running Windows, I encounter an issue where the keyboard does not automatically hide and remains visible. I ...
Bob Lee's user avatar
  • 359
1 vote
0 answers
84 views

So I suspect this will be a hard one. But here we go. I have my video player. I use the Chewie plugin. Coupled with the Video Player plugin. Now, my flutter code is used amongst 4 platforms. Android, ...
Moses's user avatar
  • 81
0 votes
1 answer
82 views

I am using the package google_sign_in_all_platforms to sign into Firebase, after signing in with Google, and I am getting the error: [firebase_auth/invalid-credential] The supplied auth credential is ...
Theo's user avatar
  • 142
0 votes
1 answer
73 views

Github is showing this error in the Actions while processing the jobs: Run thedoctor0/zip-release@master Run $GITHUB_ACTION_PATH/entrypoint.sh D:\a\_actions\thedoctor0\zip-release\master/entrypoint.sh:...
Shahzad Zafar's user avatar
0 votes
0 answers
36 views

I need to make custom notifications like in the screenshot (telegram notifications). I tried to use the following libraries: windows_notification, local_notifier. But they didn't suit me because they ...
dev_nil's user avatar
  • 199
0 votes
0 answers
30 views

i am working on a school timetable for my undergraduate project work. in My project i am using flutter and my app runs on both desktop and web. Anytime i am performing some looping and conditions, my ...
Fuse Koda's user avatar
0 votes
1 answer
147 views

I'm developing a Flutter application on Windows, and everything works perfectly in debug mode. However, when I switch to release mode, I encounter multiple issues, particularly with the UI rendering ...
ClubberLang's user avatar
  • 1,898
0 votes
1 answer
162 views

I want my flutter windows app to auto start on system boot. I have used win32 package to achieve this and it's working on windows 10. but on windows 11, no registry entry is created. I have also added ...
Talha Asim's user avatar
0 votes
1 answer
61 views

I created a new flutter project and tried to run it as a desktop application (on windows) , however I got the following error : C:\Users\muham\StudioProjects\untitled\windows\runner\utils.cpp(54,43): ...
mohammad's user avatar
0 votes
1 answer
33 views

I want to make RichText align to the left. I tried use Container, Row, Column, Flexible, Expanded widgets, but nothing helped me. Future getAuthorsDialog(BuildContext context) { return showDialog<...
PressF's user avatar
  • 31
3 votes
2 answers
76 views

I want to make a "Settings" button in the actions area of ​​the AppBar. I seem to have succeeded, but I can click on this empty container. I want to make it so that Settings is either in the ...
PressF's user avatar
  • 31
0 votes
1 answer
91 views

When I am trying to install the Flutter Windows application to Windows 10, it gives me an error: the application was unable to start correctly 0xc00007b
Nitin's user avatar
  • 1
1 vote
0 answers
104 views

I have created a custom SearchDropdown widget in Flutter, which includes a TextFormField and a dropdown list of items. When the text field gains or loses focus, the dropdown list should appear or ...
Johnny's user avatar
  • 33
14 votes
8 answers
17k views

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: Error (...
matteoh's user avatar
  • 3,710
1 vote
0 answers
112 views

I updated from Dart 3.0 to 3.2 and I am getting some execution errors. Original code using window that worked up to 3.0.5: Before Tried to change to use View class to work with 3.19.0 and over: After ...
UranusIntruder's user avatar
0 votes
0 answers
273 views

We call CPP dll in Flutter using Flutter ffi. This is our CPP function in dll. extern "C" __declspec(dllexport) void StartServerSession (const char* Name,const char* js,int& sessionID,...
sanjay 's user avatar
3 votes
2 answers
544 views

When I run my Flutter application on Windows 10 x64, the app crashes while listening to a document with cloud_firestore. There are no debug messages shown. Is there anyone experiencing this problem or ...
Erhan Olgunelma's user avatar
1 vote
0 answers
224 views

I'm developing a Flutter application for Windows, and I'm concerned about the security of the assets included in the application bundle. In the release version of the app, I want to ensure that the ...
Peter Abdo's user avatar
0 votes
1 answer
1k views

I want create a event channel in my flutter windows application for asynchronous event streams between flutter and windows app. where I want to get a continuous data to be listened, but i am not ...
Harish Kandekar's user avatar
0 votes
1 answer
588 views

If you scroll through physics: const Never Scrollable ScrollPhysics() in SingleChildScrollView from the plutter, you will not be able to scroll, but if you bring the mouse to the right of the ...
YUNN's user avatar
  • 41
1 vote
1 answer
640 views

How do I use the full screen in the Flutter Window app? I want to see the app in full screen without the top bar and bottom bar in the Windows app. For example, in Chrome, I want to make F11 come to ...
YUNN's user avatar
  • 41
0 votes
1 answer
196 views

I have created build for windows using flutter, initially showing error #flutter_window.ddl,#printing_ddl, now after resolving this build is created in installer folder(I have created new one) when I ...
SATYAM SINGH's user avatar
1 vote
1 answer
411 views

I really need to run firestore o Windows app. For that, I need at least cloud_firestore v4.13.0 I tried a lot of things... but I am getting this problems: Showing outdated packages. [*] indicates ...
Vandre's user avatar
  • 513
0 votes
0 answers
255 views

I have divided screens into multiple zones and in of them each trying to play multiple videos. The problem is the app crashes after playing videos for few seconds. Here is the playing logic. I think ...
Ahmed ijaz's user avatar
0 votes
2 answers
2k views

I have created a flutter project (windows platform). I build the application than use inno setup to create a setup file but when I run the application after installation it runs in background not in ...
Ahmed Raza's user avatar
1 vote
0 answers
35 views

I was trying to print pdf file using flutter in desktop but unfortunately most flutter packages not worked, so I am trying to make that task in native code(c++) and make channel between it and Flutter....
adel kutait's user avatar
1 vote
1 answer
999 views

/C:/Users/SAMSUNG/AppData/Local/Pub/Cache/hosted/pub.dev/printing-5.11.0/lib/src/widget_wrapper.dart:173:11: Error: No named parameter with the name 'size'. size: ^^^^ /D:/...
adel kutait's user avatar
2 votes
1 answer
657 views

i am using image_picker: ^1.0.4 package for picking image from camera and gallery. it is working fine for android and ios but in windows camera is not opening. documentation suggests that to use ...
Programmer007's user avatar
0 votes
1 answer
344 views

I'm trying to get currently active application's name on windows flutter app using pid. Is there any way to get the app's name by process id? Here is my code: import 'dart:ffi' as ffi; import 'package:...
Sharif Ahamed's user avatar
0 votes
1 answer
240 views

The type 'Uint32 Function(IntPtr, Pointer<Uint32>)' must be a subtype of 'int Function(IntPtr, Pointer<Uint32>)' for 'lookupFunction'. class Psapi { static final ffi.DynamicLibrary psapi ...
Sharif Ahamed's user avatar
2 votes
2 answers
474 views

import 'dart:io' ... print(pid); This code print the pid of my Flutter application. But I want to get the other apps' pid when I switch on that app. Suppose, I am now on skype app. So this print(pid) ...
Sharif Ahamed's user avatar
0 votes
1 answer
660 views

Recently the firebase official packages including (Firebase_Auth, cloud_Firestore, and Firebase_storage), started supporting windows platform. Prior to that I was using community packages for the ...
taha khamis's user avatar
2 votes
1 answer
487 views

i am building desktop application with flutter. to load all the records from firebase database i am using stream builder but when i start the app it doesn't load any data from firestore database and ...
Muteeb Rehman's user avatar
1 vote
1 answer
401 views

i am building my application for windows desktop on flutter. i tried using flutter toast the same way as it is used for android or ios but it is giving me this error: [ERROR:flutter/runtime/...
Muteeb Rehman's user avatar
0 votes
0 answers
523 views

Context: I created an app for Android users a long time ago. Thats a simple app for customers ask for food. This app uses Firebase Realtime Database to send the orders to the server. The structure of ...
Roger Walter's user avatar
0 votes
0 answers
65 views

Recently cloud firestore has extended its support for windows, now Iam trying to integrate cloud firestore package with my flutter windows platform project. in debug mode Iam not getting any error. ...
santharam s's user avatar
0 votes
1 answer
1k views

Many Windows programs allow you to reduce the window size up to a certain size. However, when I create a new project in Flutter, the window can be shrunk without any restrictions, so that nothing of ...
HelloWorld's user avatar
0 votes
1 answer
530 views

I have made my flutter project (windows platform) using android studio, I build the application than use inno setup to create a setup file but when I run the application after installation it runs in ...
Sufiyan Ali's user avatar
0 votes
1 answer
142 views

I need to add Firebase, Firebase Firestore & Messaging to my flutter desktop app. in my android app it is working well. i need to this to work on desktop app. when I run flutter app on windows, it ...
Safnad Graphsol's user avatar
0 votes
1 answer
1k views

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). [ +...
Mohamadamin's user avatar
0 votes
0 answers
161 views

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 mode): H:...
bugmaker's user avatar
0 votes
1 answer
1k views

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 ...
Fikri Abdullah's user avatar
-2 votes
1 answer
67 views

When I create a new project earlier, It told me to upgrade flutter. then I tried upgrading but i couldn't so i used "--force" to forced upgrade flutter. after that i can't debug my flutter ...
Pankaja Chalaru's user avatar