79643612

Date: 2025-05-29 09:06:25
Score: 1.5
Natty:
Report link

This error happened when opening a bottomsheet for me. I added this check to it and it fixed it:

  if (!context.mounted || ModalRoute.of(context)?.isCurrent != true) return;
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Emil Ã…kerman