56 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
-1
votes
1
answer
47
views
Unable to Hit Breakpoints in Flutter Core Libraries During Debugging
I’m trying to debug Flutter’s core libraries such as dart:io, dart:async , but I can’t get the breakpoints to hit.
Before I run the app, I set a breakpoint.
But after the app starts running, the ...
0
votes
0
answers
296
views
Flutter "Raster Jank Detected" on Frame 2 (33.2ms Raster Phase) in a Minimal App
I'm building a AI Based Task Management Flutter App. But now its just at starting face. Its now a very simple Flutter app that only increments a counter using setState. However, when profiling the app ...
1
vote
1
answer
68
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
...
0
votes
0
answers
46
views
Flutter debug vs. release difference in interface
I am having issues while launching my Flutter application in the same physical device in debug and release mode. You can clearly see the difference in terms of interface (the uglier one is, of course, ...
-3
votes
1
answer
126
views
Can't run my flutter project on physical mobile device. Bridge call failed
When I execute the command flutter run in the terminal to debug my project then it generates the apk and runs on the android device but only shows a black screen (although I believe I have proper ...
0
votes
1
answer
128
views
Flutter debugger becomes unresponsive after few seconds of running the app
I was running and debugging a flutter app in VS Code in my M2 Macbook. But now there is a problem like I can't reload or restart the app after few seconds from starting it. Also dev tools is not ...
0
votes
0
answers
54
views
Double сonsole output when running Flutter app on iOS (debug mode)
When I run my Flutter app on iOS in debug mode, the strings passed to the print method appear twice in the console. For example:
flutter: 💡 Chat initialized
2024年09月27日 04:42:12.944143+0300 AppName[...
0
votes
1
answer
216
views
Gradle 8.0 is not useable with Flutter 3.7
[ +2 ms] FAILURE: Build failed with an exception.
[ +4 ms] * Where:
[ +1 ms] Script 'C:\Users\hp\OneDrive\Documents\flutter_windows_2.10.1-stable\flutter\packages\flutter_tools\gradle\flutter....
0
votes
3
answers
709
views
Flutter | Unable to build Debug APK for Android
I am a newbie to flutter and trying to build the apk that can be installed on my android device. I am able to build the release apk using the following command:
flutter build apk
To debug certain ...
-2
votes
1
answer
29
views
setstate is not answering when i prees the elvated button
seState should answer when user press the button....
import 'package:flutter/material.dart';
void main() {
runApp(const MyApp());
}
class MyApp extends StatelessWidget {
const MyApp({super.key});...
1
vote
1
answer
139
views
Why is my number keyboard jumping to a default one. For a moment?
Did any of you happen to encounter this bug before? I'm trying to implement OTP for my app project, but during the quick focus change between the 6 fields, Flutter apparently doesn't have enough time ...
0
votes
0
answers
138
views
Unable to paste text into textfield from clipboard history in flutter desktop
I'm trying to paste text from the clipboard history into the textfield on flutter desktop but it's not working in new updates. It was working fine in the previous updates of flutter. could you please ...
16
votes
2
answers
767
views
Flutter debugging with Google Pixel 8 start to show "E/lutter_progetto( 5180): PIXEL: ioctl err: 1"
I'm developing an application with Flutter and today suddenly when I start my debugging tests with a physical device (pixel 8) I receive the following error in the console at every interaction:
I ...
0
votes
2
answers
2k
views
My Flutter Windows Application (.exe) runs only in background
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 ...
1
vote
1
answer
557
views
What are these launch/debug configuration options that I didn't define, and why are they there / how can I get rid of them?
I'm using VS Code Studio for Flutter.
I cannot delete some devices in the Run and Debug section in VS Code Studio, the devices I marked in green in the picture.
There are devices that are not in my ...