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
Returning null around here var existingItem = dataSource!.singleWhere(((itm) => itm[valueField] == item), orElse: () => null); at line 72 is causing this. I think should replace null by [] but I did not test it.
The text was updated successfully, but these errors were encountered:
Returning null around here
var existingItem = dataSource!.singleWhere(((itm) => itm[valueField] == item), orElse: () => null);
at line 72 is causing this. I think should replace null by [] but I did not test it.The text was updated successfully, but these errors were encountered: