79675927

Date: 2025-06-23 09:23:42
Score: 1
Natty:
Report link

Just add , at the last and normally format the code.

ListView.builder(
  itemBuilder: (BuildContext context, int index) {
    return Text("Hello World XD");
  }, // <- add this
),
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Divyanshu Khattar