Tweak language post-merge of #160695. (#160876)

Post-merge feedback from https://github.com/flutter/flutter/pull/160695.

Feel free to suggest other (minor) changes, as the bulk of the work is
already complete.
This commit is contained in:
Matan Lurey 2024-12-27 13:30:57 -08:00 committed by GitHub
parent 8731c396a7
commit cdce2872fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -54,7 +54,7 @@ enum RemovedFlutterTemplateType implements ParsedFlutterTemplateType {
'Formerly generated a list view / detail view Flutter application that '
'followed some community best practices. For up to date resources, see '
'https://flutter.github.io/samples, https://docs.flutter.dev/codelabs, '
'and external resources such as https://flutter-builder.app/.',
'and community resources such as https://flutter-builder.app/.',
);
const RemovedFlutterTemplateType({required this.helpText});