/animated_chess_flutter

A flutter library to render Chessboard with good performance and animations

Primary LanguageDartOtherNOASSERTION

Animated Chess (Work In Progress)

This is a chessboard rendering library for Flutter. The aim of this library is to have animated Chessboard widget with good performance.

It used Flutter's Custom Painter to render the Chessboard which is more efficient than using GridView or Rows and Columns.