Skip to content

Commit

Permalink
feat: enable android impeller by manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
abc873693 committed Aug 23, 2024
1 parent e2946aa commit 5fbfa72
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@
android:name="flutterEmbedding"
android:value="2" />

<meta-data
android:name="io.flutter.embedding.android.EnableImpeller"
android:value="true" />

<!--flutter_local_notification setting-->
<receiver android:exported="false" android:name="com.dexterous.flutterlocalnotifications.ScheduledNotificationReceiver" />
<receiver android:exported="false" android:name="com.dexterous.flutterlocalnotifications.ScheduledNotificationBootReceiver">
Expand Down

0 comments on commit 5fbfa72

Please sign in to comment.