We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96a3a8a commit 94872bbCopy full SHA for 94872bb
android/app/src/main/AndroidManifest.xml
@@ -22,9 +22,6 @@
22
android:name="io.flutter.embedding.android.NormalTheme"
23
android:resource="@style/NormalTheme"
24
/>
25
- <meta-data
26
- android:name="io.flutter.embedding.android.EnableImpeller"
27
- android:value="false"/>
28
<intent-filter>
29
<action android:name="android.intent.action.MAIN"/>
30
<category android:name="android.intent.category.LAUNCHER"/>
@@ -35,5 +32,8 @@
35
32
<meta-data
36
33
android:name="flutterEmbedding"
37
34
android:value="2"/>
+ <meta-data
+ android:name="io.flutter.embedding.android.EnableImpeller"
+ android:value="false"/>
38
</application>
39
</manifest>
0 commit comments