Skip to content

Commit

Permalink
Replace local chessground with git ref
Browse files Browse the repository at this point in the history
  • Loading branch information
veloce committed Sep 2, 2024
1 parent 8928b40 commit 20be249
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 5 additions & 3 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -193,9 +193,11 @@ packages:
chessground:
dependency: "direct main"
description:
path: "../flutter-chessground"
relative: true
source: path
path: "."
ref: "032aea7ea11966f48b007bd2ba1da0818bcb77c1"
resolved-ref: "032aea7ea11966f48b007bd2ba1da0818bcb77c1"
url: "https://github.com/lichess-org/flutter-chessground.git"
source: git
version: "5.0.0"
ci:
dependency: transitive
Expand Down
4 changes: 3 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ dependencies:
async: ^2.10.0
cached_network_image: ^3.2.2
chessground:
path: ../flutter-chessground
git:
url: https://github.com/lichess-org/flutter-chessground.git
ref: 032aea7ea11966f48b007bd2ba1da0818bcb77c1
collection: ^1.17.0
connectivity_plus: ^6.0.2
cronet_http: ^1.3.1
Expand Down

0 comments on commit 20be249

Please sign in to comment.