Can't click on stack trace links in Android Studio anymore

Viewed 88

After a recent update for Flutter I found that in Android Studio the package links in stack traces are no longer clickable. This is not the case with Visual Studio as the links are clickable

Has anyone come across this issue and does anyone know how to fix it?

I'm not a fan of Visual Studio for various usability reasons.

Links no longer clickable

1 Answers

Fixed by upgrading android studio dart plugin to version 213.7371

Related