lichess-org / flutter-chessground

Chessboard package for flutter
https://pub.dev/packages/chessground
GNU General Public License v3.0
46 stars 29 forks source link

Small pieces on large screens #26

Open tedzards509 opened 1 year ago

tedzards509 commented 1 year ago

This occurs on my 1440p Desktop screen. It appears to be due to the pieces resolution being too small. I can't test if this also occurs on high resolution phone screens, but if so, it should probably be fixed.

image image

veloce commented 1 year ago

This is probably due the the cacheSize parameter: https://github.com/lichess-org/flutter-chessground/blob/main/lib/src/widgets/piece.dart#L35