diff --git a/packages/flutter_tools/lib/src/commands/create.dart b/packages/flutter_tools/lib/src/commands/create.dart index 59560217727..f543111fa3c 100644 --- a/packages/flutter_tools/lib/src/commands/create.dart +++ b/packages/flutter_tools/lib/src/commands/create.dart @@ -356,15 +356,24 @@ String _createUTIIdentifier(String organization, String name) { } final Set _packageDependencies = new Set.from([ + 'analyzer', 'args', 'async', 'collection', 'convert', + 'crypto', 'flutter', + 'flutter_test', + 'front_end', 'html', + 'http', 'intl', + 'io', + 'isolate', + 'kernel', 'logging', 'matcher', + 'meta', 'mime', 'path', 'plugin',