endTemplate -> endtemplate (#23785)
diff --git a/packages/flutter/lib/src/foundation/binding.dart b/packages/flutter/lib/src/foundation/binding.dart index c6f1f08..0029d45 100644 --- a/packages/flutter/lib/src/foundation/binding.dart +++ b/packages/flutter/lib/src/foundation/binding.dart
@@ -400,7 +400,7 @@ /// /// Both guards ensure that Dart's tree shaker can remove the code for the /// service extension in release builds. - /// {@endTemplate} + /// {@endtemplate} @protected void registerServiceExtension({ @required String name,
diff --git a/packages/flutter/lib/src/widgets/app.dart b/packages/flutter/lib/src/widgets/app.dart index 6713207..3727486 100644 --- a/packages/flutter/lib/src/widgets/app.dart +++ b/packages/flutter/lib/src/widgets/app.dart
@@ -177,7 +177,7 @@ /// /// The [Navigator] is only built if [onGenerateRoute] is not null; if it is /// null, [navigatorKey] must also be null. - /// {@endTemplate} + /// {@endtemplate} final GlobalKey<NavigatorState> navigatorKey; /// {@template flutter.widgets.widgetsApp.onGenerateRoute} @@ -237,7 +237,7 @@ /// APIs such as [Navigator.push] and [Navigator.pop] will work as expected. /// In contrast, the widget returned from [builder] is inserted _above_ the /// app's [Navigator] (if any). - /// {@endTemplate} + /// {@endtemplate} /// /// If this property is set, the [pageRouteBuilder] property must also be set /// so that the default route handler will know what kind of [PageRoute]s to @@ -266,7 +266,7 @@ /// The [Navigator] is only built if routes are provided (either via [home], /// [routes], [onGenerateRoute], or [onUnknownRoute]); if they are not, /// [builder] must not be null. - /// {@endTemplate} + /// {@endtemplate} /// /// If the routes map is not empty, the [pageRouteBuilder] property must be set /// so that the default route handler will know what kind of [PageRoute]s to