Unverified Commit 7d90bfc1 authored by amirh's avatar amirh Committed by GitHub

Pin the test package to 0.12.26 (#13546)

parent 3346c5c7
......@@ -26,6 +26,10 @@ import '../runner/flutter_command.dart';
/// 'linter': '0.1.35', // TODO(yjbanov): https://github.com/dart-lang/linter/issues/824
/// ```
const Map<String, String> _kManuallyPinnedDependencies = const <String, String>{
// New test package breaks the analyzer, see:
// https://github.com/dart-lang/sdk/issues/31442
// TODO(amirh): unpin this.
'test': '0.12.26',
// Add pinned packages here.
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment