devtools icon indicating copy to clipboard operation
devtools copied to clipboard

Performance tools for Flutter

Results 668 devtools issues
Sort by recently updated
recently updated
newest added

When I run a long-running program as a test (in `test/*_test.dart` in a `test('test name', () async { ... })` body) and profile the performance to see why it's slow,...

screen: cpu profiler
P2

## Problem I use the code in https://docs.flutter.dev/ui/layout/constraints to demonstrate my issue. In the examples below, it is not possible to know immediately the constraints that is applied on some...

screen: inspector
P2

Since the service methods on `DartToolingDaemon` are provided in extensions, it is hard to discover them unless you depend on the `dtd` package. I tried to resolve this in #9449,...

devtools extensions
P2

Hi, In VisualStudio Code, I use some debug sessions simultaneously (Android Simulator, iOS Simulator, real phone). The flutter inspector seems to stick on one of them. I do: - Command...

new feature
P2
cross-screen

Is it possible to move ExportController to devtools_app_shared? I'd like to export a file from a devtool but would prefer reusing the existing code for this.

devtools extensions
P2

### Use case I would like to profile memory usage of my app per isolate. Currently in profiler I can't find a way to separate allocations per each isolate. I...

screen: memory
new feature
P2
cost: medium

I thought it would be useful to be able to use the DevTools performance page for debugging performance issues with the analysis server. The server already has some classes that...

performance > perfetto
P2

As part of tackling https://github.com/flutter/devtools/issues/9438, I discovered that `flutter_tools` registers a service extension that we can use to fetch the current Flutter version (see https://github.com/flutter/flutter/blob/4d7ff0982c0f17a361268b5b3b5e1d9688d7db34/packages/flutter_tools/lib/src/vmservice.dart#L222) but there is no service...

P3
cross-screen

If the first DevTools view a user opens in VS Code is the Property Editor, they see the DevTools release notes, even though (from a users point of view) DevTools...

ide-integration
P2
cross-screen

open flutter DevTools, start an Isolate, found increase double memory. it is a bug of DevTools? Details are as follows: https://github.com/flutter/flutter/issues/136864

screen: memory
fix it friday
P2