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>[
'analyzer',
'args',
'async',
'collection',
'convert',
'crypto',
'flutter',
'flutter_test',
'front_end',
'html',
'http',
'intl',
'io',
'isolate',
'kernel',
'logging',
'matcher',
'meta',
'mime',
'path',
'plugin',