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

Fixes https://github.com/flutter/flutter/issues/12445
This commit is contained in:
Jason Simmons 2018-03-09 13:11:33 -08:00 committed by GitHub
parent 2e970008ad
commit 96ce9d64ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -356,15 +356,24 @@ String _createUTIIdentifier(String organization, String name) {
} }
final Set<String> _packageDependencies = new Set<String>.from(<String>[ final Set<String> _packageDependencies = new Set<String>.from(<String>[
'analyzer',
'args', 'args',
'async', 'async',
'collection', 'collection',
'convert', 'convert',
'crypto',
'flutter', 'flutter',
'flutter_test',
'front_end',
'html', 'html',
'http',
'intl', 'intl',
'io',
'isolate',
'kernel',
'logging', 'logging',
'matcher', 'matcher',
'meta',
'mime', 'mime',
'path', 'path',
'plugin', 'plugin',