Unverified Commit a264c2be authored by Jonah Williams's avatar Jonah Williams Committed by GitHub

[flutter_tools] do not validate unused services key (#71417)

parent 1c4791e6
......@@ -423,7 +423,6 @@ void _validateFlutter(YamlMap yaml, List<String> errors) {
}
break;
case 'assets':
case 'services':
if (kvp.value is! YamlList || kvp.value[0] is! String) {
errors.add('Expected "${kvp.key}" to be a list, but got ${kvp.value} (${kvp.value.runtimeType}).');
}
......
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