mchess-client/lib
Marco b9d574f2ab Fix 1-pixel lines between squares
In window widths or heigths that are not divisible by 8, the chess board
would contain lines between the squares (since the contraints of the
chess board rows would contain non-integer constraints).

With this commit, we calculate margins manually, in order to constrict
the chess board to widths and heights that are divisible by 8.
2023-08-22 04:24:30 +02:00
..
api Use position to build board 2023-08-14 17:04:25 +02:00
chess Fix 1-pixel lines between squares 2023-08-22 04:24:30 +02:00
chess_bloc Display last played move. 2023-08-19 03:45:03 +02:00
connection Fix the current position in ChessPositionManager, now that we rely on position instead of detecting en passant ourselves. 2023-08-15 00:39:10 +02:00
connection_cubit A lot of changes again?!? 2023-06-30 01:49:18 +02:00
pages Fix 1-pixel lines between squares 2023-08-22 04:24:30 +02:00
utils Display last played move. 2023-08-19 03:45:03 +02:00
main.dart Remove html depencencies and alway connecto to remote server. 2023-01-29 21:09:18 +01:00