Skip to content

Commit

Permalink
disable impeller
Browse files Browse the repository at this point in the history
  • Loading branch information
Predidit committed Jan 23, 2025
1 parent 396e04c commit 05ece0c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
android:name="${applicationName}"
android:usesCleartextTraffic="true"
android:icon="@mipmap/ic_launcher">
<meta-data
android:name="io.flutter.embedding.android.EnableImpeller"
android:value="false"
/>
<activity
android:name=".MainActivity"
android:exported="true"
Expand All @@ -20,10 +24,6 @@
android:name="io.flutter.embedding.android.NormalTheme"
android:resource="@style/NormalTheme"
/>
<meta-data
android:name="io.flutter.embedding.android.EnableImpeller"
android:value="false"
/>
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
Expand Down

0 comments on commit 05ece0c

Please sign in to comment.