Unverified Commit be739696 authored by Jonah Williams's avatar Jonah Williams Committed by GitHub

Add more context to flutter create sample (#31434)

parent abbb66ad
......@@ -91,7 +91,8 @@ class CreateCommand extends FlutterCommand {
abbr: 's',
help: 'Specifies the Flutter code sample to use as the main.dart for an application. Implies '
'--template=app. The value should be the sample ID of the desired sample from the API '
'documentation website (http://docs.flutter.io).',
'documentation website (http://docs.flutter.dev). An example can be found at '
'https://master-api.flutter.dev/flutter/widgets/SingleChildScrollView-class.html',
defaultsTo: null,
valueHelp: 'id',
);
......
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