flutter/dev/snippets/config/templates/freeform.tmpl
Greg Spencer dcc4b82540
Fix snippets to include element ID in the output sample. (#44787)
This fixes the snippet code output so that it includes the name of the element that it is a snippet for in the first line.
2019-11-15 10:23:04 -08:00

12 lines
118 B
Cheetah

// Flutter code sample for {{element}}
{{description}}
{{code-imports}}
{{code-main}}
{{code-preamble}}
{{code}}