Darshan0/FloatingActionBubble

Multiple instances of FloatingActionBubble

simon01 opened this issue · 3 comments

I am getting the following errors when two instances of FloatingActionBubble are used in my app. Is there anyway that we can set heroTag like we can do for FloatingActionButton?

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

Within each subtree for which heroes are to be animated (i.e. a PageRoute subtree), each Hero must have a unique non-null tag.
In this case, multiple heroes had the following tag:
Here is the subtree for one of the offending heroes: Hero

@simon01 , as of now there no implementation with a herotag, will include it in the next release.

@simon01 herotag has been implemented in the latest version 1.1.1

@Darshan0 Great... thanks