devtools
devtools copied to clipboard
Performance tools for Flutter
 @elliette
 I'm not sure if my copy is very good so it may need some love. Fixes https://github.com/flutter/devtools/issues/6874
We are using http-1.1.0 for network requests in our application. We noticed that the network panel is not working anymore, in previous Flutter versions it was working. ``` fvm flutter...
I noticed when I change the size of my browser window, the CPU flame chart timings seem to scale differently to the data. I originally had the window taking up...
When I am using Dio to run in Isolate to get data from network. Devtools cannot show request,response. It will work well it I use Dio to run in main...
We may be able to get a memory pressure event from chrome that we can listen for and act accordingly to preserve memory resources. For example, if the user has...
___ **DevTools version**: 2.23.1 **Connected Device**: CPU / OS: arm64 (64 bit) android Dart Version: 3.0.2 Flutter Version: 3.10.2 / stable Framework / Engine: 9cd3d0d9ff / 90fa3ae28f Connected app type:...
https://dart-review.googlesource.com/c/sdk/+/342980/4/pkg/dtd/lib/src/dtd_file_system_access/types.dart The original design said to extend the response, but it seemed to make it more cumbersome.Talk to Ben to see how we can better do this.
Fix was here: https://github.com/flutter/devtools/pull/6993. To add testing for this, we need to add an integration test that spawns a Dart CLI app and connects to DevTools to load extensions. Our...