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
In my page I have a row with containing two widgets. One table widget and one form widget. The form widget has a ListView to enable scrolling in the form. primary is set to false.
The other Widget is a ContainedBox with a JsonTable as child. Everything works perfectly. I only got the exception
════════ Exception caught by animation library ═════════════════════════════════
The provided ScrollController is currently attached to more than one ScrollPosition.
════════════════════════════════════════════════════════════════════════════════
in the debug console when I scroll in the table. Removing the table removes the exception.
The text was updated successfully, but these errors were encountered:
In my page I have a row with containing two widgets. One table widget and one form widget. The form widget has a ListView to enable scrolling in the form. primary is set to false.
The other Widget is a ContainedBox with a JsonTable as child. Everything works perfectly. I only got the exception
════════ Exception caught by animation library ═════════════════════════════════
The provided ScrollController is currently attached to more than one ScrollPosition.
════════════════════════════════════════════════════════════════════════════════
in the debug console when I scroll in the table. Removing the table removes the exception.
The text was updated successfully, but these errors were encountered: