Skip to main content
1 vote
0 answers
42 views

Flutter Firebase Auth crash on Windows with warning “message from native to Flutter on a non-platform thread”

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
249 views

Flutter: in app web view causes app to be killed in windows

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
243 views

Sharing of key-value pair via flutter_secure_storage package

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
0 votes
0 answers
31 views

Flutter windows app blocking desktop access

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
55 views

Capture PowerShell Output in Dart and Flutter when Running Commands as an Administrator using Start-Process and -Verb RunAs

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
60 views

Flutter doesn't render Windows app in debug mode

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
273 views

A platform implementation for `flutter_inappwebview` has not been set

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

Hide keyboard on Flutter Window

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
79 views

Flutter Video Player Fails To Initialze in Release Mode on Windows Only

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
79 views

firebase_auth/invalid-credential The supplied auth credential is malformed or has expired, Firebase sign in on Windows

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
71 views

CI/CD Flutter Windows Pipeline

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

How to make custom notifications on Windows/Linux on Flatter?

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

Why does Flutter Desktop (Windows) and Web app pause which performinng a complex loop

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
0 answers
45 views

How to load an HTML page with relative CSS paths in Flutter Windows app using inappwebview?

I am trying to load an HTML page in my Flutter Windows app using the inAppWebView package (latest version), and the HTML page contains relative paths to external CSS files. The HTML page is located at ...
Akshay Verma's user avatar
0 votes
1 answer
136 views

How to Enable Breakpoints and Debugging in Flutter Windows Release Build?

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

15 30 50 per page
1
2 3 4 5
13