79075624

Date: 2024-10-10 18:01:28
Score: 1
Natty:
Report link

This also might be helpful in some cases, specially when dealing with STATE from riverpod:

if (state.contains(foo)) {
      state = state.where((item) => item.id != foo.id).toList();
    }
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Hitalo