metadata fix

This commit is contained in:
jusax23 2023-11-01 20:33:41 +01:00
parent a1775e7066
commit 1e2358b67d
Signed by: jusax23
GPG key ID: 499E2AA870C1CD41
4 changed files with 13 additions and 3 deletions

1
.gitignore vendored
View file

@ -38,7 +38,6 @@ trash
src/.depend
# Built binary
src/Stockfish/*
src/-lstdc++.res
# Neural network for the NNUE evaluation

View file

@ -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

View file

@ -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.

View file

@ -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: