advanced_chess_board 2.3.0
advanced_chess_board: ^2.3.0 copied to clipboard
A modern looking chess board with advanced features like highlighting the move possibilities, drag-drop pieces, draw arrows etc.
2.3.0 #
- Chess piece is scaled while dragging.
- Checkmated king is highlighted with customizable color (default red).
2.2.0 #
- Added parameter to call controller methods without notifying listeners.
2.1.1 #
- Changed colors of file and rank text to inverted colors of squares.
2.1.0 #
- Added the feature so that squares related to last played move are highlighted by default.
2.0.0 #
- Added the feature to draw arrows on the board using the arrows parameter.
1.2.1 #
- Updated the property playerToMove to playerColor, and used the same in boardOrientation.
1.2.0 #
- Added the property PlayerToMove in the controller.
1.1.1 #
- Minor bug fixes with layout.
1.1.0 #
- Fixed the issue where listener was not getting notified upon moves being made.
1.0.3 #
- Updated the
flutter_lintsversion to^5.0.0.
1.0.2 #
- Added
enableMovesboolean parameter to AdvancedChessBoard to control if moves should be allowed on board or not.
1.0.1 #
- Removed unnecessary dependency on
chess_vectors_flutter
1.0.0 #
- Initial release of advanced_chess_board