Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getx Deeplink Issue when app terminate #3084

Open
xelent-nabeel opened this issue Apr 25, 2024 · 1 comment
Open

Getx Deeplink Issue when app terminate #3084

xelent-nabeel opened this issue Apr 25, 2024 · 1 comment
Assignees

Comments

@xelent-nabeel
Copy link

When i am using Getx and uni_links I am getting an Error on LabledGlobelKey. Need Help. Thanks in advance
App Opened Normally (Icon Tap) Working
App in Background and Link Tap Working
App Terminated, Opened Normally then it is working
App Terminated, Opened Tapping Link then it is not working. Then it is giving error.

@jahidsakan
Copy link

Im also facing the same issue . A GlobalKey was used multiple times inside one widget's child list.

The offending GlobalKey was: [LabeledGlobalKey#0f54f Key Created by default]
The parent of the widgets with that key was: _FocusInheritedScope
The first child to get instantiated with that key became: Navigator-[LabeledGlobalKey#0f54f Key Created by default]
dirty
dependencies: [UnmanagedRestorationScope]
state: NavigatorState#64d70(lifecycle state: initialized)
The second child that was to be instantiated with that key was: _FocusInheritedScope

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants