We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f5d855 commit eb40dccCopy full SHA for eb40dcc
pubspec.yaml
@@ -11,7 +11,7 @@ dependencies:
11
analyzer: ^0.27.1
12
barback: ^0.15.0
13
code_transformers: ^0.4.1
14
- crypto: ^1.0.0
+ crypto: ">=0.9.2 <2.0.0"
15
logging: ^0.11.2
16
glob: ^1.1.0
17
path: ^1.1.0
test/analyzer/resolver_test.dart
@@ -195,8 +195,6 @@ void main() {
195
} ''',
196
},
197
messages: [
198
- // First from the AST walker
199
- '[WARNING] a|web/main.dart: $warningMessage "/b.dart"',
200
'[WARNING] a|web/main.dart: $warningMessage "/b.dart"',
201
],
202
validator: (resolver) {
0 commit comments