stockfish_chess_engine 0.6.0 copy "stockfish_chess_engine: ^0.6.0" to clipboard
stockfish_chess_engine: ^0.6.0 copied to clipboard

Use Stockfish chess engine directly in your Flutter project.

0.6.0 #

  • Bug fix for windows (only tested on Windows 11) : the library had the wrong path for the built dll.

0.5.0 #

  • get build updated so that the code compiles fine
    • bump ndk version
    • use java 17 instead of java 8
    • add namespace in build.gradle

0.4.1 #

  • Upgraded some dependencies versions

0.4.0 #

  • We don't encounter issue when using a logger and this package.

0.3.2 #

  • Update Readme file with an advice to use chess package along with this package.

0.3.0 #

  • Bug fix : the plugin did not load correctly on Windows.

0.2.0 #

  • Bug fix : the plugin did not load correctly on Linux.

0.1.2 #

  • Updates for static analysis on the server

0.1.0 #

  • Initial release