llfbandit / app_links

Android App Links, Deep Links, iOs Universal Links and Custom URL schemes handler for Flutter.
https://pub.dev/packages/app_links
Apache License 2.0
176 stars 68 forks source link

Why not just use that metadata tag? #98

Closed nhj6858mrblue closed 3 months ago

nhj6858mrblue commented 4 months ago

<meta-data android:name-"flutter_deeplinking_enabled" android:value="true" /> Why not just use that metadata tag?

llfbandit commented 3 months ago

You can but this Flutter feature is only for basic cases. What about query parameters, other platforms, custom scheme and internal navigation with dissociation from the provided link?

nhj6858mrblue commented 3 months ago

There wasn't enough explanation in my question.

If you cold start your Android phone while using app_link and the corresponding metadata tag together, you will enter the screen below. image

llfbandit commented 3 months ago

What are you expecting by reopening this issue?