Add more package names to the flutter create conflict list (#15350)
Fixes https://github.com/flutter/flutter/issues/12445
This commit is contained in:
parent
2e970008ad
commit
96ce9d64ac
@ -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',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user