flutter / devtools

Performance tools for Flutter
https://flutter.dev/docs/development/tools/devtools/
BSD 3-Clause "New" or "Revised" License
1.57k stars 323 forks source link

[deep link] Support ios app check #7799

Closed hangyujin closed 1 month ago

hangyujin commented 4 months ago

Deep link validator currently support Android app check and web check,

Plan to add some ios app check ---> if a domain has AASA file on web, but it's not added in flutter project's ios app settings, we can display some check result to hint developer to update their ios app settings.

DD: go/flutter-deeplink-cross-checking