angjelkom / flutter_2048

2048 Game made with Flutter.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The game stops working when the board is full

elpitaj opened this issue · comments

I downloaded the game and ran it on my computer and it runs great but when the board is full, like right before you are about to lose, the gane just stops and nothing works at that point.

Hi @elpitaj
I tried to reproduce the issue but was not able to. Perhaps you can try debugging the state and the view

Screenshot 2023-02-08 at 5 05 51 PM

I have the same question,i guest it is about the swipe gestures

some times it is not full,it still stops,the button is also invalid

@LatCui I can confirm this sometimes happening, unfortunately I don't have time to investigate this properly at the moment, if you figured out I would gladly merge a pull request, would be interesting to see why it fails 😃

I made a fix, please see #2.