7

I get this error when I want to start my project with chrome device via flutter.

The error is as follows; enter image description here

And vs code redirects to this line ; enter image description here

Because of these errors chrome emulator stays on white screen (not working). How do I fix this problem?

herik06
  • 158
  • 3
  • 11
  • try downgrading chrome, I do not know if this works https://stackoverflow.com/questions/71521564/chromeproxyservice-failed-to-evaluate-expression-handleprimarypointer-intern – user14624595 Apr 08 '22 at 05:59
  • I don't really want to add this as an answer when it's so vague, but I ran into this with Flutter 3.0.3 and Chrome 103.0.5060.53, and just restarting my debug session fixed it. Might have been unique to my code, or a new problem in the versions of the apps, but it felt worth mentioning. – iainn Jul 01 '22 at 20:08

1 Answers1

3

There were some issues with debugging in Chrome after updating to Chrome v100 which have been fixed in Flutter v2.10.5 that may solve these issues:

https://github.com/flutter/flutter/wiki/Hotfixes-to-the-Stable-Channel#2105-april-18-2022

flutter/101224 - Flutter web debugger fails when using chrome 100 or greater.

Danny Tuppeny
  • 40,147
  • 24
  • 151
  • 275