rafalbednarczuk / curved_navigation_bar

Animated Curved Navigation Bar in Flutter
BSD 2-Clause "Simplified" License
694 stars 242 forks source link

Duplicated GlobalKey when a key is added on the menu items #110

Closed jordygarcias closed 5 months ago

jordygarcias commented 3 years ago

I need to add a globalkey on each of the menus, but it gets the error of duplication of GlobalKey. It says there are more than 1 widget using the same globalkey, it just happens with the active item of the menu.

rafalbednarczuk commented 2 years ago

This bug is probably due having a duplicated menu button widget, animation requires an active item and a non-active item while animating. Feel free to open a PR.

rafalbednarczuk commented 5 months ago

it would require a separate list of items with separate global keys, I'm not implementing it at the moment as items can be uploaded by simply updating items property. There is a workaround for using GlobalKeys