Commit b9f20dc3 authored by stevemessick's avatar stevemessick Committed by GitHub

Print "package" instead of "plugin" when creating a package. (#12387)

parent 9d4f8dac
......@@ -165,7 +165,7 @@ class CreateCommand extends FlutterCommand {
final String relativePath = fs.path.relative(dirPath);
printStatus('Wrote $generatedCount files.');
printStatus('');
printStatus('Your plugin code is in lib/$projectName.dart in the $relativePath directory.');
printStatus('Your package code is in lib/$projectName.dart in the $relativePath directory.');
return;
}
......
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