Skip to content

Commit 71b607e

Browse files
committed
1 parent d41f995 commit 71b607e

File tree

2 files changed

+6
-19
lines changed

2 files changed

+6
-19
lines changed

demo_app/pubspec.lock

Lines changed: 3 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -190,14 +190,6 @@ packages:
190190
url: "https://pub.dev"
191191
source: hosted
192192
version: "0.7.10"
193-
dispose_scope:
194-
dependency: transitive
195-
description:
196-
name: dispose_scope
197-
sha256: "48ec38ca2631c53c4f8fa96b294c801e55c335db5e3fb9f82cede150cfe5a2af"
198-
url: "https://pub.dev"
199-
source: hosted
200-
version: "2.1.0"
201193
equatable:
202194
dependency: transitive
203195
description:
@@ -670,21 +662,13 @@ packages:
670662
source: hosted
671663
version: "3.12.0"
672664
patrol_finders:
673-
dependency: transitive
665+
dependency: "direct dev"
674666
description:
675667
name: patrol_finders
676-
sha256: "52cec2dbb3440994ada2053c3d4fe64d8665ed8a8342643c0c93c3ced85c4c5d"
668+
sha256: f1a9f53f8c0bcc6c5bf31a0c445ac526b0049f257c9ff94f4732ed47e6f14e09
677669
url: "https://pub.dev"
678670
source: hosted
679-
version: "2.3.0"
680-
patrol_log:
681-
dependency: transitive
682-
description:
683-
name: patrol_log
684-
sha256: d9fa8a865e7c84477e888c1b97a6a783e765991ada94f0f053cbef9763b22bbe
685-
url: "https://pub.dev"
686-
source: hosted
687-
version: "0.0.1+2"
671+
version: "2.1.3"
688672
petitparser:
689673
dependency: transitive
690674
description:

demo_app/pubspec.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ dev_dependencies:
5050
lint: any
5151
measurer: ^2.1.1
5252
patrol: ^3.12.0
53+
# TODO: remove this when patrol version > 3.12, related to this error:
54+
# A constant constructor can't call a non-constant super constructor (PatrolIntegrationTester)
55+
patrol_finders: 2.1.3
5356
test: any
5457

5558
flutter:

0 commit comments

Comments
 (0)