Unverified Commit e57ab1f2 authored by Jenn Magder's avatar Jenn Magder Committed by GitHub

Add module to create template help text (#44638)

parent 6498f643
......@@ -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,
);
......
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