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) { ...@@ -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',
......
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