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

Avoid using progress indicator within async builder in Flutter web #542

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

daohoangson
Copy link
Owner

Closes #538

@daohoangson daohoangson temporarily deployed to vercel June 18, 2021 17:21 Inactive
@mdeandrea-mrmilu
Copy link

I guess than this solve the error:

The following assertion was thrown while finalizing the widget tree:
Multiple widgets used the same GlobalKey.

The key [GlobalKey#48f84 ftnt_ref1] was used by multiple widgets. The parents of those widgets were:
- WidgetPlaceholder<String>(#ftnt_ref1, dependencies: [TshWidget])
- Listener(listeners: [down], behavior: deferToChild, renderObject: RenderPointerListener#8097d relayoutBoundary=up33)
A GlobalKey can only be specified on one widget at a time in the widget tree.

@daohoangson
Copy link
Owner Author

Looks like an unrelated bug @mdeandrea-mrmilu

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

Successfully merging this pull request may close these issues.

Avoid using progress indicator within async builder in Flutter web
2 participants