Flutter ios universal Links
I am having trouble with handling deep links in my Flutter application. Specifically in IOS, I am using the app_links package to manage app links and open specific screens based on the URL. However, the app is not handling the deep links as expected within my app and other app’s deepLinks too.
Ps.basic Universal link behaviour is correctly working for me