79814645

Date: 2025-11-09 07:04:56
Score: 2
Natty:
Report link

// Source - https://stackoverflow.com/a/50544587

// Posted by Danny Tuppeny

// Retrieved 2025-11-09, License - CC BY-SA 4.0

Future getData() async {

await new Future.delayed(const Duration(seconds: 5));

setState(() {

\_data = \[

  {"title": "one"},

  {"title": "two"},

];

});

}

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Reels Boy