lichess-org / flutter-chessground

Chessboard package for flutter
https://pub.dev/packages/chessground
GNU General Public License v3.0
46 stars 29 forks source link

Lift up premove state to allow instant premove play #49

Closed veloce closed 2 months ago

veloce commented 2 months ago

Chessground used to detect when a premove was set and would play it. The problem in doing so, is the premove is not played instantaneously, so it must be handled outside of Chessground.

Related issue: https://github.com/lichess-org/mobile/issues/909