Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
1 answer
46 views

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 ...
SpaceZhong's user avatar
0 votes
0 answers
255 views

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 ...
Didarul Alam Rahat's user avatar
1 vote
1 answer
65 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
0 votes
0 answers
44 views

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, ...
overseas's user avatar
-3 votes
1 answer
123 views

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 ...
Muhammad Usman's user avatar
0 votes
1 answer
118 views

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 ...
Gokul S Pillai's user avatar
0 votes
0 answers
52 views

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[...
Drompai's user avatar
  • 214
0 votes
1 answer
215 views

[ +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....
Rahul Rohini's user avatar
0 votes
3 answers
694 views

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 ...
Manchanda. P's user avatar
-2 votes
1 answer
29 views

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});...
ARPAN MONDAL's user avatar
1 vote
1 answer
137 views

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 ...
Luis Simon's user avatar
0 votes
0 answers
136 views

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 ...
Ahmeedev's user avatar
16 votes
2 answers
766 views

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 ...
Simone Calò'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
1 answer
549 views

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 ...
Bukrek35TR's user avatar
0 votes
0 answers
1k views

I'm new in Flutter and I have build my portfolio dynamic and responsive web app where I have picked image URLs from Firebase. The images are not shown before by using NetworkImage widget. Then I tried ...
Saad Saleem's user avatar
0 votes
2 answers
60 views

I'm trying to get the result of this code. I want to show a Confirm AlertDialog with two buttons, One Accepting and Other One Cancelling and want display the result of pressing each button in the ...
motinurr's user avatar
2 votes
0 answers
340 views

I am using flutter Logger Package logger: ^2.0.1 I am using all the default settings they mentioned var logger = Logger( printer: PrettyPrinter( methodCount: 2, // Number of method calls ...
Abdul raheem's user avatar
2 votes
2 answers
5k views

flutter build fails Could not create task ':flutter_plugin_android_lifecycle:generateDebugUnitTestConfig'. this and base files have different roots: D:\untitled\build\flutter_plugin_android_lifecycle ...
my pc's user avatar
  • 19
0 votes
1 answer
403 views

Widget doesn't work properly in the release version of Flutter, In the debug mode: the widget works properly as I desired. In release mode: the widget of the card is a bit messy when launching the app ...
Kelvin Anderson's user avatar
0 votes
2 answers
308 views

I want to create a apply coupon section , In this section i have used a textfield and Button, i want to set border only three side laft,top and bottom and right side will be a button. This is my code. ...
Deepak's user avatar
  • 2,374
0 votes
1 answer
878 views

I've published an Android bundle on Play Store for internal testing. Now I've installed it (from Play Store) on a physical device and started. As the application is malfunctioning I want to see the ...
Ralfeus's user avatar
  • 825
0 votes
0 answers
300 views

I get an exception whenever I press the payments button on my bottom nav-bar. the error goes like this: The ParentDataWidget Expanded(flex: 1) wants to apply ParentData of type FlexParentData to a ...
Ahmad Maaz's user avatar
0 votes
1 answer
555 views

I am using canLaunchUrl to launch a UPI payment URL. This is working fine in Android but does not work in iOS. In iOS, they are not launching the URL instead they are moving to the else case and ...
Geethu's user avatar
  • 11
0 votes
1 answer
287 views

I have a flutter app that I debug on real device, and it runs fine in the debug mode. I got to a point when I created a backend server that runs in a localhost:8080 only machine, so in order to make ...
Gwhyyy's user avatar
  • 9,384
0 votes
1 answer
528 views

I'm storing some settings in String.fromEnvironment('CONFIG_EX'), when I run the app in Debug or Profile mode everything works normally, but now I launched it on the PlayStore in Open Test and it's ...
Waldson Fagundes's user avatar
0 votes
1 answer
141 views

My Flutter app runs fast in debug mode but slow in release mode. what could be the reason
Deniz Durmaz's user avatar
0 votes
0 answers
66 views

Running Gradle task 'assembleDebug'... √ Built build\app\outputs\flutter-apk\app-debug.apk. Debug service listening on ws://127.0.0.1:55743/-QUEMI0IafA=/ws Syncing files to device Android SDK built ...
Pritam Nag's user avatar
-2 votes
1 answer
262 views

I have a code which can be seen here trying to debug it I got this error, I don't know where I made mistake in the Obx function as started by flutter.
Upos Tyni's user avatar
2 votes
1 answer
228 views

In Flutter one can check available connected devices using flutter devices. When running one can do flutter run -d <device-name>. It turns out some devices have very long names, with numbers and ...
Amani's user avatar
  • 18.6k
1 vote
0 answers
1k views

I want to see all children of a given widget at one place so that I can better model my app. The issue is, I am unable to see all children of any given widget at once, neither in VSC nor in online ...
user18520267's user avatar
11 votes
4 answers
12k views

I just start a new flutter project in vscode , when I want debugging the project , I got Error: Could not find compiler set in environment variable CXX: clang++. Call Stack (most recent call ...
irmoah80's user avatar
  • 463
0 votes
0 answers
572 views

infinite scrolling from flutter application that fetches data from WordPress rest API based on categories... I tried to fetch data based on categories but it display all data on all categories tabs ......
MICHAEL's user avatar
2 votes
6 answers
5k views

I've been trying to get my Flutter project to run after upgrading it to 2.10.4 and it's been a headache from the start. The project runs fine on a browser, but I'm having difficulty running on an ...
user3002092's user avatar
0 votes
2 answers
328 views

While Debugging and running my app on Emulator (VS Code) I encountered this error. PS. I am new to flutter.
aCrazyPOTATO's user avatar
5 votes
1 answer
5k views

My PC lags if I open emulator from android studio ,with chrome and vscode in the background at same time. So I want to know is there any lightweight emulators for testing flutter apps overlaying in ...
Narayan Poudel's user avatar
1 vote
0 answers
313 views

Trying to build a chat app, which gets FCM messages and shows notifications even when the app is closed. Clearly, something in my top-level onBackgroundMessage function for FCM is wrong as the ...
yoni keren's user avatar
0 votes
1 answer
679 views

here i use a weather API. while do debugging it comes with an error as, Error: XMLHttpRequest error. C:/b/s/w/ir/cache/builder/src/out/host_debug/dart-sdk/lib/_internal/js_dev_runtime/patch/core_patch....
A kethaki's user avatar
0 votes
1 answer
187 views

While testing Flutter apps on a connected (by USB) Android (Samsung S5, running API 23) device using: Android Studio 20201.3.1 Patch 3 Mac OS Monterey The app will run on the device the first time, ...
Nerdy Bunz's user avatar
  • 7,743
-1 votes
1 answer
509 views

I ran into a weird behavior related to the TextFormField, so I maintained a list of Objects in the parent widget, I'm using the following code to render a list of child widgets children: <Widget&...
jjjjjjjman's user avatar
8 votes
6 answers
9k views

I am currently in the master channel in Flutter on Version 2.6.0-12.0.pre.406 and every time i run an app im getting these strange messages in the console and i just wanna know why and what they mean ...
Der Korrigierer's user avatar
0 votes
2 answers
122 views

I make responsive UI design in flutter. Then I debuged it in my android emulator. First orientation was portrait and It was a good. Then I changed Orientation and it was a bad UI which isn't expected. ...
Royal's user avatar
  • 1
0 votes
0 answers
1k views

My problem is when I run the application (New flutter project without any more coding) on my android mobile the following error appears: Launching lib\main.dart on INE LX1 in debug mode... Running ...
Loai Alhakeam's user avatar
0 votes
2 answers
1k views

I am new to flutter and facing this issue while running my app Could not determine the dependencies of task ':app:compileFlutterBuildDebug' FAILURE: Build failed with an exception. * Where: Script '/...
Vitika's user avatar
  • 11
2 votes
2 answers
3k views

I am new with Flutter, at first my projects were running good but suddenly I started getting this problem: FAILURE: Build failed with an exception. What went wrong: Execution failed for task ':app:...
Talha Nadeem's user avatar
6 votes
1 answer
3k views

I'm new to flutter development. I used audioplayers: ^0.19.0 package in one project but when the project runs on an emulator it pops up with big error messages. Can you guys please help me to solve ...
Isuru Akalanka's user avatar
1 vote
1 answer
2k views

What is the issue below? Recently updated flutter, then got this error. FAILURE: Build failed with an exception. * Where: Script 'C:\src\flutter\packages\flutter_tools\gradle\flutter.gradle' line: ...
SHAFI TPM's user avatar
0 votes
0 answers
68 views

This problem occurs when i try to run application after doing some changes to the code. I try to run using vscode command Run Without Debugging and this problem occurs. It works when i delete sdk ...
nasibeyyubov's user avatar
  • 2,810
0 votes
0 answers
176 views

I am working on the Dart language.I generate split-per-abi (.apk) as well as release (.apk).After that when I try to install it did not install on some devices or in which this apk installs it's did ...
Mian Umar Arshad's user avatar
2 votes
0 answers
445 views

I have two iOS devices, iPhone 8 and iPhone 12 mini, both runs iOS 14.4. Flutter debug works normally on iPhone 8, but it won't launch app on iPhone 12 mini. It will hang on launch screen and then ...
mileusna's user avatar
  • 672