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
We have records in Dart now. Let's use them as the pairwise() event type ((T, T) or ({T previous, T current})) instead of the current List<T>. The advantage of this would be that it would always have two values, not a list that could be accessed on an invalid index.
It would be a breaking change though.
The text was updated successfully, but these errors were encountered:
Hello!
We have records in Dart now. Let's use them as the
pairwise()
event type ((T, T)
or({T previous, T current})
) instead of the currentList<T>
. The advantage of this would be that it would always have two values, not a list that could be accessed on an invalid index.It would be a breaking change though.
The text was updated successfully, but these errors were encountered: