dart-lang / webdev

A CLI for Dart web development.
https://pub.dev/packages/webdev
212 stars 75 forks source link

Embed Flutter DevTools in Chrome DevTools #2482

Open elliette opened 3 months ago

elliette commented 3 months ago

Copied from https://github.com/flutter/devtools/issues/2930, since this is in fact a Dart Debug Extension request.

Flutter DevTools embedded in Chrome DevTools is supported internally, but not externally. This would required updating Flutter's response headers to include the origin-agent-cluster.

See: https://web.dev/origin-agent-cluster/#why-browsers-can't-automatically-segregate-same-site-origins

bkonyi commented 2 months ago

Action items: