CCExtractor / beacon

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

[fix] multi_heros #222

Closed vkprogrammer-001 closed 5 months ago

vkprogrammer-001 commented 5 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.

vkprogrammer-001 commented 5 months ago

@Akshatji800 can you please review the changes?

vkprogrammer-001 commented 5 months ago

@Akshatji800 can you please review the changes?