mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Add module to create template help text (#44638)
This commit is contained in:
parent
6498f64399
commit
e57ab1f263
@ -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,
|
||||
);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user