devtools
devtools copied to clipboard
Performance tools for Flutter
## Introduction This is a tracking issue for adding AI assistance in DevTools. The proposed architecture is to leverage the [Dart Tooling Daemon (DTD)](https://github.com/dart-lang/sdk/tree/main/pkg/dtd) to communicate with the [Dart MCP...
It would be helpful to begin to add a preliminary UI and communication channel with the MCP server to the DevTools codebase, even before the final details have been fully...
## Introduction We aim to target some Network Screen issues from the User Survey feedback. ## Scope While there are a number of sizeable, “high priority” requests, the scope of...
Reproduced with latest `master` of DevTools and also DevTools released with Dart 3.5.0. When setting one of the values of: * 1 Minute * 5 Minutes * 10 Minutes In...
This issue tracks any user-reported issues of regressions with the new inspector that are not seen in the legacy inspector. Issues: - [x] https://github.com/flutter/devtools/issues/9042
## Introduction This is a tracking issue for all P0/P1 bugs that users reported in the 2025 DevTools user survey. ## Scope Since the sub-issues are limited to bug fixes...
## Introduction We would like to remove the legacy Flutter Inspector from DevTools. ## Context The redesigned Flutter Inspector was launched in [Flutter 3.27](https://medium.com/flutter/whats-new-in-flutter-3-27-28341129570c), and since Flutter 3.29, it has...
This should coincide with the release where the legacy inspector code in DevTools is removed.
This is part of the the work to remove the legacy inspector.
Validating layouts is not a simple task, usually we need to open Figma, measure the distance between widgets there, and try to see if it matches in the app. Currently...