devtools
devtools copied to clipboard
Performance tools for Flutter
# Problem description The Network page of DevTools does not show network requests when running from within a Windows 11 VM Hyper-V virtual machine. Other hypervisors and operating systems have...
___ **DevTools version**: 2.31.1 **Connected Device**: CPU / OS: x64 (64 bit) windows Connected app type: Flutter native (debug build) Dart Version: 3.3.4 Flutter Version: 3.19.6 / stable Framework /...
Commit(s) to include: * https://github.com/flutter/devtools/commit/51c6bfdf210ec7d65d4b732f83526ac13b06623c * https://github.com/flutter/devtools/commit/0be2e1f560ed3ae60423e956cc8f6df207586968 Diff: https://github.com/flutter/devtools/compare/v2.44.0...2.44.1 Reason: 1) When the computer goes to sleep, the Property Editor is disconnected and does not reconnect when the computer wakes...
___ **DevTools version**: 2.51.1 **IDE**: IntelliJ-IDEA
Fixes https://github.com/flutter/devtools/issues/9580
___ **DevTools version**: 2.51.1 **IDE**: VSCode
Hey there guys, just saw the new Dart Tools on _Flutter Days 2020_, and went straight to my app, as for a long time I need a _"log"_ of all...
Should be removed now that now that https://github.com/flutter/devtools/issues/9214 is complete
This is a follow-up to https://github.com/flutter/devtools/issues/7856, which tracked the work required to ship DevTools on dart2wasm. With that work completed, DevTools users could opt into using the dart2wasm build of...
[Memory Panel] Fix `canvasChartWidth` has not been initialized error when changing the zoom duration
Fixes https://github.com/flutter/devtools/issues/8187 Fixes the "`canvasChartWidth` has not been initialized" error which can occur when setting the zoom duration in the Memory Panel. --- ### Explanation Setting the `zoomDuration` for a...