mirror of
https://github.com/smmarty/friflex_flutter_starter.git
synced 2025-12-22 01:20:46 +00:00
feat(app): Вынести инициализацию приложения за splash (#4)
Co-authored-by: PetrovY <y.petrov@friflex.com>
This commit is contained in:
19
.friflex_config/stateless_widget.json
Normal file
19
.friflex_config/stateless_widget.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"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();",
|
||||
" }",
|
||||
"}"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user