flutter / devtools

Performance tools for Flutter
https://flutter.dev/docs/development/tools/devtools/
BSD 3-Clause "New" or "Revised" License
1.56k stars 321 forks source link

Service extension state not properly synced between devtools instances #2500

Open jacob314 opened 3 years ago

jacob314 commented 3 years ago

If a service extension is toggled on in one devtools instances, the state remains disabled in the other instance. Disabling the state in one instance does disable the state in another.

kenzieschmoll commented 3 years ago

Which service extension widgets are you seeing this with?

jacob314 commented 3 years ago

Happens with all of them. It only looks like it works because if you turn an extension off in one devtools that change is reflected in other devtools. turning them on doesn't do anything.