Skip to content

Commit

Permalink
try out impeller
Browse files Browse the repository at this point in the history
  • Loading branch information
dreautall committed May 17, 2024
1 parent a1c99c1 commit dadab68
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>

<!-- For flutter_sharing_intent -->
<intent-filter>
<action android:name="android.intent.action.SEND" />
Expand All @@ -26,6 +26,8 @@
<!-- Don't delete the meta-data below.
This is used by the Flutter tool to generate GeneratedPluginRegistrant.java -->
<meta-data android:name="flutterEmbedding" android:value="2" />
<!-- Try Impeller - see https://docs.flutter.dev/perf/impeller#android -->
<meta-data android:name="io.flutter.embedding.android.EnableImpeller" android:value="true" />
</application>

<!-- Permissions -->
Expand Down

0 comments on commit dadab68

Please sign in to comment.