flutter-chessground
flutter-chessground copied to clipboard
Introduce CastlingMethods in ChessBoardSettings
Requirement raised over: https://github.com/lichess-org/mobile/issues/1043
Introduce new enum for game behavior property: castling methods (move king 2 squares / move king onto rook).
Consume the value in Chessboard to behave accordingly.