alexobviously / squares

A flexible chessboard widget for Flutter
https://pub.dev/packages/squares
Other
37 stars 15 forks source link

fix overflow errors on screen resize #15

Closed deathcoder closed 1 year ago

deathcoder commented 1 year ago

fixes #14

alexobviously commented 1 year ago

Ah that makes sense, but this AnimatedContainer exists to smooth the background colour change of the square. So hold on and let me see if there's a nice way to animate only the colour. If not though, I'll just go with this, since the weird janky web experience is probably worse than losing a subtle animation.