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 components that take a List<T> and an ItemBuilder(BuildContext context, T item) such as ScrollableList it would be great if the index of the item is also passed to the builder.