Skip to content

Commit 4755882

Browse files
committed
Update stockfish: try to fix x86 crash
1 parent 7dc0ca4 commit 4755882

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

pubspec.lock

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1192,10 +1192,11 @@ packages:
11921192
stockfish:
11931193
dependency: "direct main"
11941194
description:
1195-
name: stockfish
1196-
sha256: "6cca1dafc2f8d28681e27fe355ce4df7a6e8734533c11c809cfbfa8d35e59d75"
1197-
url: "https://pub.dev"
1198-
source: hosted
1195+
path: "."
1196+
ref: "274cf52e637e9a663d226ec31cc0b24e639cb615"
1197+
resolved-ref: "274cf52e637e9a663d226ec31cc0b24e639cb615"
1198+
url: "https://github.com/lichess-org/dart-stockfish.git"
1199+
source: git
11991200
version: "1.3.0"
12001201
stream_channel:
12011202
dependency: transitive

pubspec.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Lichess mobile app V2
33

44
publish_to: "none" # Remove this line if you wish to publish to pub.dev
55

6-
version: 0.1.0+14
6+
version: 0.1.0+15
77

88
environment:
99
sdk: ">=2.18.2 <3.0.0"
@@ -61,7 +61,10 @@ dependencies:
6161
fl_chart: ^0.62.0
6262
stream_transform: ^2.1.0
6363
flutter_native_splash: ^2.2.19
64-
stockfish: ^1.3.0
64+
stockfish:
65+
git:
66+
url: https://github.com/lichess-org/dart-stockfish.git
67+
ref: 274cf52e637e9a663d226ec31cc0b24e639cb615
6568
easy_debounce: ^2.0.3
6669

6770
dev_dependencies:

0 commit comments

Comments
 (0)