mchess-client/lib/chess_bloc
Marco 200393ac76 Fix tapping on opponent's piece
With the previous change of starting a tap on a drag,
we removed the GestureDetector from all squares with any pieces.

This included the opponent's pieces. Tapping and taking an opponent's
piece was not possible anymore.

This was a bug, since we still want to detect a tap and take an opponent's piece.
2024-02-01 11:37:00 +01:00
..
chess_bloc.dart Fix tapping on opponent's piece 2024-02-01 11:37:00 +01:00
chess_events.dart Implement moves by tapping the squares 2024-01-17 20:58:13 +01:00
chess_position.dart Fix routing and move handling 2023-12-25 17:50:58 +01:00
promotion_bloc.dart Fix two bugs 2023-07-11 22:29:55 +02:00
tap_bloc.dart Fix tapping on opponent's piece 2024-02-01 11:37:00 +01:00