devtools
devtools copied to clipboard
Performance tools for Flutter
These tests were disabled in https://github.com/flutter/tests/pull/406 due to the long runtime. In the meantime, we should select a set of tests that are representative of things we'd like to run...
The lighter gray is getting passed in by the query parameters from the IDE, but it is not getting applied everywhere:   It might make sense to never show a hovercard for...
___ **DevTools version**: 2.37.3 **IDE**: VSCode **Connected Device**: CPU / OS: x64 (64 bit) android Connected app type: Flutter native (debug build) Dart Version: 3.5.3 Flutter Version: 3.24.3 / stable...
Make a simple closure and assign it to a variable, e.g: `var foo = () {};` If you pause the debugger and inspect the variables the closure is displayed. However,...
Currently, only plain text can be shown by calling `Notifications.of(context).push('message')`. We'd want to support clickable links as well for places where we'd want to link to an external site for...
I'm fixing https://github.com/flutter/flutter/issues/60013. Using DevTools to look at where the TextStyle is coming from.  Not clear from the UI how to do...
User feedback from https://github.com/flutter/devtools/issues/1000. Show whether a function is async and how long it is waiting. @bkonyi is there a way for us to get this information?
Observatory has a really cool UI where you can expand and collapse the code snippet around each frame in the stack. This makes it easier to understand where you are...