devtools
devtools copied to clipboard
Performance tools for Flutter
Other codebases in Flutter use a consistent year in copyright headers on all source files. Some examples: **flutter/flutter** - 2014 is the year ``` // Copyright 2014 The Flutter Authors....
It would be useful if focusNodes was possible to see in the widget inspector tree and also see which one is currently focused. The only solution I found to figure...
This bug tracks clean up of the Inspector V2 feature flag once it has been released.
Tracks implementation of the new Flutter Widget Inspector.
When optimizing network performance in a big app it would be helpful to see in the network page from which line of code a certain request was made including a...
As you can see here  There are a lot of these `InternetAddress` requests and many to the same IP address repeatedly. I don't know if they were always shown...
https://github.com/flutter/devtools/pull/7843 updates release notes but still has failng bot: https://github.com/flutter/devtools/actions/runs/9279279201/job/25531598386?pr=7843 Added label to opt out.
App size can be reduced through mainly assests and followed by other components. UI can be rendered properly as it takes much time to load and it skips the frame....
___ **DevTools version**: 2.31.1 **Connected Device**: CPU / OS: Web windows Connected app type: Flutter web (debug build) Dart Version: 3.3.4 Flutter Version: 3.19.6 / stable Framework / Engine: 54e66469a9...