From e8a7dc466be77d7272b9cc8edf8375d8b2de4549 Mon Sep 17 00:00:00 2001 From: Cristian Zazo Date: Mon, 18 May 2020 11:27:01 +0200 Subject: [PATCH] Fix Autofill example (#57319) --- packages/flutter/lib/src/widgets/autofill.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/flutter/lib/src/widgets/autofill.dart b/packages/flutter/lib/src/widgets/autofill.dart index e86198eb0e..a6b2a81753 100644 --- a/packages/flutter/lib/src/widgets/autofill.dart +++ b/packages/flutter/lib/src/widgets/autofill.dart @@ -21,7 +21,7 @@ export 'package:flutter/services.dart' show AutofillHints; /// viewport. To workaround this problem, ensure clients in the same [AutofillGroup] /// are built together: /// -/// {@tool dartpad --template=stateful_widget_material} +/// {@tool dartpad --template=stateful_widget_scaffold} /// /// An example form with autofillable fields grouped into different `AutofillGroup`s. ///