79527005

Date: 2025-03-22 05:50:45
Score: 0.5
Natty:
Report link

In my case

theme: ThemeData(primarySwatch: Colors.red),

didn't work, despite the course I am following clearly using it and it was working without an issue... what worked was:

theme: ThemeData(colorScheme: ColorScheme.fromSeed(seedColor: Colors.red),),
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: themba alex khumalo