Unverified Commit e8a7dc46 authored by Cristian Zazo's avatar Cristian Zazo Committed by GitHub

Fix Autofill example (#57319)

parent 7e26a1d8
...@@ -21,7 +21,7 @@ export 'package:flutter/services.dart' show AutofillHints; ...@@ -21,7 +21,7 @@ export 'package:flutter/services.dart' show AutofillHints;
/// viewport. To workaround this problem, ensure clients in the same [AutofillGroup] /// viewport. To workaround this problem, ensure clients in the same [AutofillGroup]
/// are built together: /// 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. /// An example form with autofillable fields grouped into different `AutofillGroup`s.
/// ///
......
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