diff --git a/pubspec.lock b/pubspec.lock index 32d007bf85..892df99e62 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -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 diff --git a/pubspec.yaml b/pubspec.yaml index 0b6b9ea9de..50ea8e06d5 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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