You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When adding an element identical to another one during the removal animation process of that element, a GlobalKey error occurs.
Exception has occurred.
FlutterError (Multiple widgets used the same GlobalKey.
The key [_MotionBuilderItemGlobalKey _MotionBuilderItemGlobalKey#856d6] was used by multiple widgets. The parents of those widgets were:
RepaintBoundary(renderObject: RenderRepaintBoundary#187b1 relayoutBoundary=up4 NEEDS-PAINT)
A GlobalKey can only be specified on one widget at a time in the widget tree.)