You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm experiencing an issue with deep linking on iOS using auto_route. When the app is in the "not launched" state, deeplinks do not open correctly "/second" route, only "/" route.
However, if I reduce the delay in the Future.delayed during initialization to 1 second, everything works fine. The issue occurs when the delay is set to 3 seconds. Additionally, deep links work correctly when the app is already open or minimized.
Steps to Reproduce:
Set up a Flutter app with auto_route
Code Example:
I'm experiencing an issue with deep linking on iOS using auto_route. When the app is in the "not launched" state, deeplinks do not open correctly "/second" route, only "/" route.
However, if I reduce the delay in the Future.delayed during initialization to 1 second, everything works fine. The issue occurs when the delay is set to 3 seconds. Additionally, deep links work correctly when the app is already open or minimized.
Steps to Reproduce:
Code Example:
main.dart
Run app with
flutter run
and close itUse the following command to open a deep link:
Additional Context:
Flutter version: 3.22.2
On Flutter 3.22.3, 3.24.3 same
The text was updated successfully, but these errors were encountered: