Skip to content

Commit

Permalink
Update chessground
Browse files Browse the repository at this point in the history
  • Loading branch information
veloce committed Nov 9, 2024
1 parent 0831c2c commit b6ed471
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
7 changes: 4 additions & 3 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -193,9 +193,10 @@ packages:
chessground:
dependency: "direct main"
description:
path: "../flutter-chessground"
relative: true
source: path
name: chessground
sha256: e2fba2e89f69a41fc77ef034a06fd087f14fdd5909b7d98bffb6e182d56d2a3a
url: "https://pub.dev"
source: hosted
version: "6.0.0"
ci:
dependency: transitive
Expand Down
3 changes: 1 addition & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ dependencies:
app_settings: ^5.1.1
async: ^2.10.0
cached_network_image: ^3.2.2
chessground:
path: ../flutter-chessground
chessground: ^6.0.0
collection: ^1.17.0
connectivity_plus: ^6.0.2
cronet_http: ^1.3.1
Expand Down
3 changes: 1 addition & 2 deletions test/test_provider_scope.dart
Original file line number Diff line number Diff line change
Expand Up @@ -127,13 +127,12 @@ Future<Widget> makeTestProviderScope(

VisibilityDetectorController.instance.updateInterval = Duration.zero;

// disable piece animation and drawing shapes to simplify tests
// disable piece animation to simplify tests
final defaultBoardPref = {
'preferences.board': jsonEncode(
BoardPrefs.defaults
.copyWith(
pieceAnimation: false,
enableShapeDrawings: false,
)
.toJson(),
),
Expand Down

0 comments on commit b6ed471

Please sign in to comment.