No Variables or Call Stack in Flutter DevTools when running app on Chrome (web) or Edge (web)

257 Views Asked by At

I cannot get the Variables and Call Stack areas to populate in Flutter DevTools when running apps on Chrome (web) or Edge (web). A few tabs along the top are not showing either. Also, DevTools does not automatically open main.dart but opens web_entrypoint.dart.

These areas/tabs do populate/show when running the apps on an android device - virtual and physical. And DevTools automatically opens main.dart.

Is this normal?

Issue: Apps running on Chrome/Edge (Web)

No issue: Apps running on a physical/virtual android device

I do have a mismatch between the version of dart detected when I run Get dependencies - "The current Dart SDK version is 2.14.0-377.0.dev" - and when I run the command 'dart --version' - "Dart SDK version: 2.17.3 (stable)". Though I don't think this is likely to be related to my DevTools issue.

0

There are 0 best solutions below