Add module to create template help text (#44638)

This commit is contained in:
Jenn Magder 2019-11-13 18:28:45 -08:00 committed by GitHub
parent 6498f64399
commit e57ab1f263
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -85,6 +85,8 @@ class CreateCommand extends FlutterCommand {
getEnumName(_ProjectType.plugin): 'Generate a shareable Flutter project containing an API '
'in Dart code with a platform-specific implementation for Android, for iOS code, or '
'for both.',
getEnumName(_ProjectType.module): 'Generate a project to add a Flutter module to an '
'existing Android or iOS application.',
},
defaultsTo: null,
);