Commit 41378e20 authored by Michael Thomsen's avatar Michael Thomsen Committed by GitHub

Break long line in flutter create help output (#11756)

parent ce035d09
......@@ -45,9 +45,8 @@ class CreateCommand extends FlutterCommand {
allowedHelp: <String, String>{
'app': '(default) Generate a Flutter application.',
'package': 'Generate a shareable Flutter project containing modular Dart code.',
'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.',
'plugin': 'Generate a shareable Flutter project containing an API in Dart code\n'
'with a platform-specific implementation for Android, for iOS code, or for both.',
},
defaultsTo: 'app',
);
......
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