Update main.dart
This commit is contained in:
parent
810cedd458
commit
4ba6284b8b
|
|
@ -17,7 +17,7 @@ import 'package:{{ dep }}/{{ dep }}.dart' as {{ dep }};
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
const bool isProduction = bool.fromEnvironment('dart.vm.product');
|
const bool isProduction = bool.fromEnvironment('dart.vm.product');
|
||||||
|
final String defaultLocale = Platform.localeName;
|
||||||
const assetPath = "app/app.zip";
|
const assetPath = "app/app.zip";
|
||||||
const pythonModuleName = "{{ cookiecutter.python_module_name }}";
|
const pythonModuleName = "{{ cookiecutter.python_module_name }}";
|
||||||
final hideLoadingPage =
|
final hideLoadingPage =
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue