diff --git a/{{cookiecutter.out_dir}}/lib/main.dart b/{{cookiecutter.out_dir}}/lib/main.dart index aeac372..7e51f7d 100644 --- a/{{cookiecutter.out_dir}}/lib/main.dart +++ b/{{cookiecutter.out_dir}}/lib/main.dart @@ -336,7 +336,7 @@ class BootScreen extends StatelessWidget { const SizedBox( height: 10, ), - Text("{{ appBootScreenMessage }}", style: Theme.of(context).textTheme.bodySmall,) + Text(appBootScreenMessage, style: Theme.of(context).textTheme.bodySmall,) ], ), ),