Questions tagged [flutter-debug]
47 questions
-1
votes
1 answer
Flutter textfield behaves strange (updating with the wrong value)
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: [
...childProfiles
…

jjjjjjjman
- 9
- 1
- 3
-2
votes
1 answer
Trying to debug in flutter I go error from obx how to fix it
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
- 63
- 7