Questions tagged [flutter-debug]

47 questions
0
votes
0 answers

_MultiChildContainerRenderObject does not meet its constraints. Constraints: BoxConstraints(0.0<=w<=1440.0, 0.0<=h<=Infinity)

I am facing this exception when i run my app in debug mode, in normal mode it is not giving me the error. it throws the exception when i click on my textfield. Execption: exception = {FlutterError} _MultiChildContainerRenderObject does not meet its…
shah Jahan
  • 23
  • 3
0
votes
0 answers

I tried to debug and run default flutter program in vs code and it doesnt even build it

This is what the debugger console says: FAILURE: Build failed with an exception. Where: Build file 'D:\flutter_projects\flutter_application_1\android\app\build.gradle' line: 26 What went wrong: A problem occurred evaluating project ':app'. Could…
Andrii
  • 1
0
votes
0 answers

Stucked while making a splash screen. Unknown error

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 for x86... I/zygote ( 6057): Do partial code…
0
votes
0 answers

How can I see the complete widget tree In Widget Inspector? Flutter

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 DartDevTools. I have to manually travel to that…
user18520267
  • 180
  • 3
  • 13
0
votes
0 answers

infinite scrolling from flutter application that fetch data from wordpress rest api based on categories fetch data not according to their category

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 ... I just want to know how to filter news in their…
MICHAEL
  • 1
  • 1
0
votes
2 answers

How can I Fix this Error Failure [INSTALL_FAILED_INSUFFICIENT_STORAGE] I got when debugging Flutter?

While Debugging and running my app on Emulator (VS Code) I encountered this error. PS. I am new to flutter.
aCrazyPOTATO
  • 25
  • 1
  • 6
0
votes
1 answer

How to create a lightweight android emulator?

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 the vscode?
0
votes
1 answer

ERROR : XMLHttpRequest error in flutter while using weather API

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.dart 908:28 get…
0
votes
1 answer

"Service Protocol" Error Prevents Testing Flutter App on Real Device

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, but subsequent attempts result in the run tab…
Nerdy Bunz
  • 6,040
  • 10
  • 41
  • 100
0
votes
2 answers

Flutter Debugging issue when changing Orientation in emulator

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. If I hot restart or hot reload UI changed that…
0
votes
0 answers

Flutter error when run : [ZeroHung]zrhung_get_config: Get config failed for wp[0x0102]

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 Gradle task 'assembleDebug'... √ Built…
0
votes
1 answer

Could not determine the dependencies of task ':app:compileFlutterBuildDebug'

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
  • 11
  • 2
0
votes
0 answers

Flutter is not recognized as internal or external command after run without debugging

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 folder and download it again. But it is not the…
nasibeyyubov
  • 1,735
  • 3
  • 11
  • 28
0
votes
0 answers

apk not installing if install then showing blank screen.Flutter dart language

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 not showing any content on a white blank…
0
votes
1 answer

Breakpoints for Flutter are broken

I've been trying to get breakpoints to function in VS Code. I'm on the latest version of the stable channel of Flutter, as well as VS Code and the extensions for Dart and Flutter. I know this question has been asked and answered several times, but…