79238939

Date: 2024-11-30 06:35:13
Score: 3
Natty:
Report link

If you're using SingleChildScrollView(), it's not using lazy loading. Use ListView() instead. ListView will improve performance

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Karthikeyan