I am running into an issue where when I do "flutter run" from VS Code, i get a red screen of death with message
"'package:dio_http_formatter/src/dio_http_formatter_base.dart': Failed assertion: line 71 pos 7:...", "Can't define both httpLoggerFilter
and loggingFilter
"
When I do "flutter build apk" and install the apk on device, it is working fine.
Strange thing is also that, when I run flutter run from iterm, it works sometime, if i go to VS Code and run, i get the issue, after that i get the same issue in iterm as well.
Any help would be appreciated. Google and Copilot isn't helping.