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
Description
I was setting the groupComparator function, to separate my elements by date, and also setting the ItemComparator function, to sort it inside each group (by date too), but the itemComparator function was not working, in fact, the code isn't even executed.
Expected behavior
ItemComparator function sort the elements inside the group previously sorted.
Workaround
Set only the itemComparator function, and so, order group by ASC/DESC.
Information:
Dart version: 2.19.3
Flutter version: 3.7.6
Platform: Android/iOS
Package version: 5.1.2
The text was updated successfully, but these errors were encountered:
Description
I was setting the groupComparator function, to separate my elements by date, and also setting the ItemComparator function, to sort it inside each group (by date too), but the itemComparator function was not working, in fact, the code isn't even executed.
Expected behavior
ItemComparator function sort the elements inside the group previously sorted.
Workaround
Set only the itemComparator function, and so, order group by ASC/DESC.
Information:
The text was updated successfully, but these errors were encountered: