CCExtractor / beacon

Flutter application to share location with a group. (under development)
62 stars 149 forks source link

Resolve Hero Tag Conflict in FloatingActionButton #221

Closed vkprogrammer-001 closed 7 months ago

vkprogrammer-001 commented 8 months ago

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:

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.

Akshatji800 commented 7 months ago

Flutter CI is failing

vkprogrammer-001 commented 7 months ago

The branch is leading to certain complications. Therefore, the decision has been made to close it.