I am getting data from API but I am not getting data[1] values while showing data[0]. Is there a way to manually move data?
I am receiving api data from a modern application. I used API json response to do this. I will search for a word in the search box, but I cannot see the 1 values while I get the 0 values in the API. I would be glad if you can help me.
flutter widget creation that takes external values
The value variable is a constantly updated value. I want to constantly listen to this variable and redraw my button.But I couldn’t do this. Can you help me? What I want to do is this. I want to listen to value continuously. When there is a change, I want to change the button color or […]
I can’t move the character with the joystick
I’m making a game with the Flutter Flame package. However, I added the joystick to the game screen over the map, but no matter what I do, the character doesn’t move. Can you help me?
Flame Phone and tablet providing the same viewing angle
I am making a game with the flame package, but I made a 32×32 map with the tiled map editor. When I use the max viewport and center the map, there is no problem on the phone, but on the tablet, it looks like a square. There is a black space on the sides of the map. How can I provide the same viewing angle on the phone and tablet in the middle?