We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24f97ef commit 51b3076Copy full SHA for 51b3076
lib/src/commands/create/create_view_command.dart
@@ -46,7 +46,6 @@ class CreateViewCommand extends Command with ProjectStructureValidator {
46
ksTemplateType,
47
abbr: 't',
48
allowed: kCompiledTemplateTypes[kTemplateNameView],
49
- defaultsTo: 'empty',
50
help: kCommandHelpCreateViewTemplate,
51
)
52
..addOption(
0 commit comments