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
You have to add guards like _itemScrollController.isAttached and schedule jumpTo to trigger after the initial build call, for example with Future.delayed(Duration.zero, () {}).
This is not clear from the beginning. A nice error message
Describe the bug
I get
From this piece of code (
sticky_grouped_list.dart
line 407)Apparently
_stickyGroupedListViewState
is not attached and I can't find out why.Expected behavior
StickyGroupedListViewState to assert or throw with a clear and concise message describing the issue.
Information:
The text was updated successfully, but these errors were encountered: