menu
chess2 package
documentation
chess.dart
Chess
Chess.fromFEN constructor
Chess.fromFEN constructor
dark_mode
light_mode
Chess.fromFEN
constructor
Chess.fromFEN
(
String
fen
,
bool
valid
)
Start with a position from a FEN
Implementation
Chess.fromFEN(String fen, bool valid) { load(fen, valid); }
chess2 package
documentation
chess
Chess
Chess.fromFEN constructor
Chess class