From fe6bb3fe4cf01aeaa3b4b636200cf5918fa0175b Mon Sep 17 00:00:00 2001 From: Krille Date: Wed, 29 Mar 2023 15:08:03 +0200 Subject: [PATCH] chore: Workaround for broken test dependency --- pubspec.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/pubspec.yaml b/pubspec.yaml index 2f642660..2dcbb78c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -37,4 +37,5 @@ dev_dependencies: import_sorter: ^4.6.0 lints: ^2.0.0 test: ^1.15.7 + test_api: 0.4.16 # pinned because of https://github.com/dart-lang/test/issues/1977 #flutter_test: {sdk: flutter}