boyan01/flutter-tetris

The windows navigation key not response.

liudonghua123 opened this issue · 1 comments

I tried the windows version of this game, the navigation key not works. I debugged the code and find the key issue is related to keyboard key matches, I use logicalKey instead of physicalKey.

Another problem is the donation button did not unfocus when press-release. so I manully unfocus it. and the vendor files like android/ios/web/macos/linux/windows were too old, so I updated them too.

see more details on #11.

close by #11