79773991

Date: 2025-09-24 17:10:18
Score: 0.5
Natty:
Report link

try to pass the parent context to your main screen.

  @override
  Widget build(BuildContext context) {
    return mainScreen(context);
  }

  mainScreen(BuildContext context) {
    return FutureBuilder(....
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Yaya HC