Skip to content

Commit ed96607

Browse files
authored
refactor: simplify Android widget deep linking by directly launching … (#609)
* refactor: simplify Android widget deep linking by directly launching MainActivity * refactor: address CodeRabbitAI review feedback for lifecycle, bounds checking, and encapsulation * fix:properly configure deep-link routing context
1 parent 66aef29 commit ed96607

File tree

6 files changed

+298
-236
lines changed

6 files changed

+298
-236
lines changed

android/app/src/main/AndroidManifest.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@
2828
android:name="io.flutter.embedding.android.NormalTheme"
2929
android:resource="@style/NormalTheme"
3030
/>
31+
<meta-data
32+
android:name="flutter_deeplinking_enabled"
33+
android:value="false"
34+
/>
3135

3236
<intent-filter>
3337
<action android:name="android.intent.action.MAIN"/>

0 commit comments

Comments
 (0)