Skip to main content

Questions tagged [flutter]

Filter by
Sorted by
Tagged with
0 votes
0 answers
73 views

There is a thin, long rectangle placed slightly below a circle, and I let them fall simultaneously. When they hit the ground, they land perfectly aligned, one on top of the other. In the real world, ...
shingo.nakanishi's user avatar
0 votes
1 answer
111 views

I'm coding a game with Flutter and the flame_forge2d package (which uses Box2D internally). I want to make a game whose principle is similar to that of the game One More Bounce (a game where you have ...
Alex Irié's user avatar
0 votes
0 answers
75 views

For a school project I am creating a multiplayer game for the smartphone. I want the "GUI" to be a flutter application to cover IOS and Android. As backend I use Golang. Now I wanted to ask, what ...
Swunks's user avatar
  • 11
0 votes
0 answers
87 views

I have a side scrolling game, where I am randomly placing trees, bushes etc.. I would like these bodies to fall ( To Align with the ground ) but not to slide. What is the best way to achieve this and ...
Yonkee's user avatar
  • 101
0 votes
0 answers
641 views

I have four dots and I want to create a line by joining 2 dots horizontally and vertically only. How can I achieve this with flutter? Here is my code: ...
Prianca's user avatar
  • 101