advanced_chess_board 2.1.0 advanced_chess_board: ^2.1.0 copied to clipboard
A modern looking chess board with advanced features.
1.0.0 #
- Initial release of advanced_chess_board
1.0.1 #
- Removed unnecessary dependency on
chess_vectors_flutter
1.0.2 #
- Added
enableMoves
boolean parameter to AdvancedChessBoard to control if moves should be allowed on board or not.
1.0.3 #
- Updated the
flutter_lints
version to^5.0.0
.
1.1.0 #
- Fixed the issue where listener was not getting notified upon moves being made.
1.1.1 #
- Minor bug fixes with layout.
1.2.0 #
- Added the property PlayerToMove in the controller.
1.2.1 #
- Updated the property playerToMove to playerColor, and used the same in boardOrientation.
2.0.0 #
- Added the feature to draw arrows on the board using the arrows parameter.
2.1.0 #
- Added the feature so that squares related to last played move are highlighted by default.