advanced_chess_board 1.2.0 advanced_chess_board: ^1.2.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.