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

[fix] multi_heros #222

Closed
wants to merge 2 commits into from
Closed

[fix] multi_heros #222

wants to merge 2 commits into from

Conversation

vkprogrammer-001
Copy link
Contributor

Fixes #193

Description:
This pull request addresses an issue in the Beacon project where multiple FloatingActionButton widgets were sharing the same Hero tag, causing a conflict within the widget subtree.

Changes Made:

  • Assigned unique Hero tags to each FloatingActionButton to ensure they are distinguishable within the widget tree.

This change resolves the Hero tag conflict and ensures that each FloatingActionButton operates independently as expected. This contributes to a smoother user experience and prevents potential issues with widget rendering and transitions.

@vkprogrammer-001
Copy link
Contributor Author

@Akshatji800 can you please review the changes?

@vkprogrammer-001
Copy link
Contributor Author

@Akshatji800 can you please review the changes?

@vkprogrammer-001 vkprogrammer-001 deleted the multi_hero_tag branch February 15, 2024 13:04
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.

There are multiple heroes that share the same tag within a subtree.
1 participant