mirror of
https://github.com/smmarty/friflex_flutter_starter.git
synced 2025-12-21 17:10:45 +00:00
19 lines
503 B
JSON
19 lines
503 B
JSON
{
|
|
"imports": [
|
|
"import 'package:flutter/widgets.dart';"
|
|
],
|
|
"classStructure": [
|
|
"/// {@template {className}}",
|
|
"/// ",
|
|
"/// {@endtemplate}",
|
|
"class {className} extends StatelessWidget {",
|
|
" /// {@macro {className}}",
|
|
" const {className}({super.key});",
|
|
" ",
|
|
" @override",
|
|
" Widget build(BuildContext context) {",
|
|
" return const Placeholder();",
|
|
" }",
|
|
"}"
|
|
]
|
|
} |