{{ dep }}.ensureInitialized()
This commit is contained in:
parent
5a1fc38804
commit
2546c20766
|
|
@ -29,6 +29,10 @@ var createControlFactories = [
|
|||
{% endfor %}
|
||||
];
|
||||
|
||||
{% for dep in cookiecutter.flutter.dependencies %}
|
||||
{{ dep }}.ensureInitialized();
|
||||
{% endfor %}
|
||||
|
||||
const pythonScript = """
|
||||
import certifi, os, runpy, socket, sys, traceback
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue