Relative Content

Tag Archive for arpnt

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?