79576690

Date: 2025-04-16 08:19:35
Score: 0.5
Natty:
Report link

If you use logger, pass filter parameter.

Logger(
  printer: PrettyPrinter(
    methodCount: 1,
    printEmojis: false,
    colors: false,
    dateTimeFormat: DateTimeFormat.onlyTime,
    noBoxingByDefault: true,
  ),
  output: _output,
  filter: ProductionFilter(), // here!
);
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Иван Игонькин