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 c3b0ced commit 056bb02Copy full SHA for 056bb02
bin/flutterflow_cli.dart
@@ -127,7 +127,7 @@ ArgResults _parseArgs(List<String> args) {
127
..addFlag(
128
'as-debug',
129
negatable: true,
130
- help: 'Generate the project with debug logging to be able to use'
+ help: 'Generate the project with debug logging to be able to use '
131
'FlutterFlow Debug Panel inside the DevTools.',
132
defaultsTo: false,
133
);
0 commit comments