flutter_chess_board
flutter_chess_board copied to clipboard
undo Move
Hey can you tell me how to use undoMove functionality propperly or provide a code snippet .I have tried the following but it's not working IconButton( icon: Icon(Icons.undo_outlined), onPressed: () { controller.undoMove(); }, ),
same here. controller.undoMove() seems to not work properly anymore!
I think it can't undo the Pawn move.