79511960

Date: 2025-03-16 00:26:57
Score: 0.5
Natty:
Report link

From what I see, the snapshot from your StreamBuilder is not in use, you might as well remove the StreamBuilder.

Anytime you setState, your StreamBuilder rebuilds which might cause all the functions in there to get called multiple times and cause an infinite loop.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Daniel Onadipe