April 2020
Intermediate to advanced
380 pages
9h 24m
English
We will start by adding the chess_vectors_flutter package to the pubspec.yaml file in order to display actual chess pieces on the chessboard we will be building. Add the following line to the dependencies section of pubspec.yaml:
chess_vectors_flutter: ">=1.0.6 <2.0.0"
Run flutter pub get to install the package.
Placing the chess pieces at the correct positions might be a bit tricky. Let's understand the convention we will use to place all the pieces at the correct positions.
Read now
Unlock full access