devtools
devtools copied to clipboard
Performance tools for Flutter
Release notes issue: https://github.com/flutter/devtools/issues/7844 I am hitting this error locally: https://github.com/flutter/flutter/issues/145772, every time at different place of the test.
It is now behind flag `memorySaveLoad`, because saving and loading of snapshots blocks UI and should become async.
Some of our integration tests have recently become quite flaky. Looking at the past failures on `master`: ### `integration_test/test/live_connection/service_extensions_test.dart` * example: https://github.com/flutter/devtools/actions/runs/9767563965/job/26963163313 * failure message: ``` A SemanticsHandle was active...
This depends on https://github.com/dart-lang/test/issues/2246 being resolved and all test bootstrap generators being updated with the new changes to add a `packageConfigLocation` constant.
This issue collects user feedback on leak tracking user stories. MVP tracking: https://github.com/flutter/devtools/issues/6909 Bigger issue: https://github.com/flutter/devtools/issues/3951 Design doc (draft): https://docs.google.com/document/d/1hlGY6HnsH5EJhpQDFm-_e-Sr9euQf6jE74TxkqDxhGY/edit?resourcekey=0--7J08lEADd6HpaTGC1B-Pw
Hi With the previous versions SDK 3.19.5 - devtool 2.31.1 , I was able to see all the request in the Network Tab.  Now with SDK 3.22.1 I can...
When you start DevTools, Network can't listen to network requests https://github.com/flutter/devtools/assets/122137647/34d8dbdc-deda-40e9-abc5-95a46b29a8db InternetAddress is always displayed with no network requests  ``` version: 1.0.41+41 environment: sdk: ">=3.2.3
Automated Version Bump
Fixes https://github.com/flutter/devtools/issues/7911 