Add support for android meta-data
This commit is contained in:
parent
e20ec16076
commit
c5b470bdab
|
|
@ -12,9 +12,9 @@
|
||||||
android:name="${applicationName}"
|
android:name="${applicationName}"
|
||||||
android:enableOnBackInvokedCallback="true"
|
android:enableOnBackInvokedCallback="true"
|
||||||
android:icon="@mipmap/ic_launcher">
|
android:icon="@mipmap/ic_launcher">
|
||||||
<meta-data
|
<!-- flet: meta-data {% for k, v in cookiecutter.options.android_meta_data.items() %} -->
|
||||||
android:name="io.flutter.embedding.android.EnableImpeller"
|
<meta-data android:name="{{ k }}" android:value="{{ v }}" />
|
||||||
android:value="false" />
|
<!-- flet: end of meta-data {% endfor %} -->
|
||||||
<activity
|
<activity
|
||||||
android:name=".MainActivity"
|
android:name=".MainActivity"
|
||||||
android:exported="true"
|
android:exported="true"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue