Unverified Commit 96ce9d64 authored by Jason Simmons's avatar Jason Simmons Committed by GitHub

Add more package names to the flutter create conflict list (#15350)

Fixes https://github.com/flutter/flutter/issues/12445
parent 2e970008
......@@ -356,15 +356,24 @@ String _createUTIIdentifier(String organization, String name) {
}
final Set<String> _packageDependencies = new Set<String>.from(<String>[
'analyzer',
'args',
'async',
'collection',
'convert',
'crypto',
'flutter',
'flutter_test',
'front_end',
'html',
'http',
'intl',
'io',
'isolate',
'kernel',
'logging',
'matcher',
'meta',
'mime',
'path',
'plugin',
......
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