From 528dca2db9713ce80bf409d37148458a5ee6dfcb Mon Sep 17 00:00:00 2001 From: thomashii Date: Tue, 9 Mar 2021 00:19:53 +0800 Subject: [PATCH] Fixed to work with sdk 2.12.x --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 68f729e..8d6cb5b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -51,7 +51,7 @@ dev_dependencies: url: https://github.com/dukefirehawk/angel.git ref: sdk-2.12.x path: packages/test - io: ^1.0.0 # For pretty printing. + io: ^0.3.5 # For pretty printing. pedantic: ^1.11.0 # Enforces Dart style conventions. test: ^1.16.5 # For unit testing.