CaiJingLong / flutter_load_widget

Apache License 2.0
35 stars 13 forks source link

Duplicate GlobalKey detected in widget tree. - please help #7

Open Hendaru opened 4 years ago

Hendaru commented 4 years ago

`

════════ Exception caught by widgets library ═══════════════════════════════════ The following assertion was thrown while finalizing the widget tree: Duplicate GlobalKey detected in widget tree.

The following GlobalKey was specified multiple times in the widget tree. This will lead to parts of the widget tree being truncated unexpectedly, because the second time a key is seen, the previous instance is moved to the new location. The key was:

`

marshall9213 commented 4 years ago

I have same error

luis-cruzt commented 4 years ago

@CaiJingLong Any news on this?

pabloroxo commented 4 years ago

I have the same error. Please, help us!

luis-cruzt commented 4 years ago

I think this plugin is dead.

CaiJingLong commented 4 years ago

Provide an example code to reproduce it?

vytautas-pranskunas- commented 4 years ago

I have same error. Any updates on this?

image

mrtungdev commented 4 years ago

@CaiJingLong You can try open a page and call Loading, after that I click notification to open that page, it'll show Multiple widgets used the same GlobalKey.. I've tried hide loading but it's not working.

tegarkurniawan commented 3 years ago

same issue please fix

p02diada commented 3 years ago

same issue

linhle1412 commented 3 years ago

You must be sure that not show loading multiple times at the same time without hide loading first. I solved this problem by fixing all of these cases. I hope it helps you

gvsakhil commented 2 years ago

Still the same issue in 2022. Can someone provide a fix for this.

sayglon-work commented 2 years ago

me too

Abhishek01039 commented 2 years ago

I am also facing the same issue