diff --git a/.gitignore b/.gitignore index 944e827..0551768 100644 --- a/.gitignore +++ b/.gitignore @@ -38,7 +38,6 @@ trash src/.depend # Built binary -src/Stockfish/* src/-lstdc++.res # Neural network for the NNUE evaluation diff --git a/.metadata b/.metadata index cfab87c..6ad7ee6 100644 --- a/.metadata +++ b/.metadata @@ -15,6 +15,15 @@ migration: - platform: root create_revision: 476aa717cd342d11e16439b71f4f4c9209c50712 base_revision: 476aa717cd342d11e16439b71f4f4c9209c50712 + - platform: android + create_revision: 476aa717cd342d11e16439b71f4f4c9209c50712 + base_revision: 476aa717cd342d11e16439b71f4f4c9209c50712 + - platform: linux + create_revision: 476aa717cd342d11e16439b71f4f4c9209c50712 + base_revision: 476aa717cd342d11e16439b71f4f4c9209c50712 + - platform: windows + create_revision: 476aa717cd342d11e16439b71f4f4c9209c50712 + base_revision: 476aa717cd342d11e16439b71f4f4c9209c50712 # User provided section diff --git a/README.md b/README.md index e7870dd..000f4ac 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,8 @@ stockfishSubscription.cancel(); stockfish.dispose(); ``` +A complete Example can be found at [stockfish_chess_engine](https://github.com/loloof64/StockfishChessEngineFlutter). + ## Goal of this fork of stockfish_chess_engine * Avoid limitation. This version does not redirect stdout and stdin of the app for communication with stockfish. diff --git a/pubspec.yaml b/pubspec.yaml index ed76f8c..94ba154 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,10 +1,10 @@ name: flutter_stockfish_plugin description: "A Stockfish Plugin for Flutter." version: 1.0.0 -homepage: +repository: https://github.com/jusax23/flutter_stockfish_plugin environment: - sdk: '>=3.2.0-210.3.beta <4.0.0' + sdk: '>=2.17.1 <4.0.0' flutter: '>=3.3.0' dependencies: