flutter_chess_board
flutter_chess_board copied to clipboard
A Chessboard widget for Flutter.
Add next() back() functions in ChessBoardController.
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: ()...
https://user-images.githubusercontent.com/33184936/166140450-e0642f3a-50b9-4247-9157-0213907dee4c.mov
Hi, It is not a big thing but In Desktop (Windows) app moving piece is very small and moved from the cursor. The same code in Android works fine. ...
My goal was trying to create a dynamic list of _**BoardArrow**_ that can be changed at each user move. The problem is after I use _**setState**_ with **_BoardArrow_** list, the...
Players should able to see each available move when they tap the target piece 
Hello, it will be great if you can also add the sound of move
Adding animation effect of drag and drop while colouring the possible dropping squares of the dragged piece will be awesome. It can be a feature that gets enabled or disabled...
Is there an option to show the markings on the chess board like so - https://en.wikipedia.org/wiki/File:SCD_algebraic_notation.svg? If not, can it be added?
The Flutter project currently contains deprecated usages of onWillAccept and onAccept callbacks within the DragTarget widget. These callbacks have been deprecated after version v3.14.0-0.2.pre and should be replaced with their...