79653785

Date: 2025-06-05 04:25:45
Score: 0.5
Natty:
Report link

Adding a delay seems to work as well, I tried forcing a new frame, waiting until previous frame was complete, etc, and none of them worked. Anything under 500ms will still throw though.

    await Future.delayed(const Duration(
        milliseconds: 500));
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Swisscheese