79696895

Date: 2025-07-10 10:30:10
Score: 1
Natty:
Report link

I have suffered from this issue as well after upgrading flutter.
What solved the issue for me was adding to main.dart:

import 'dart:io' as io;

if (kDebugMode) {
  io.HttpClient.enableTimelineLogging = true;
}

Before the runApp method.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: JordanDev