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

We need to wire the existing DevTools google analytics into the Devtools app. On web, I suspect this will work already because the ga.js file is already loaded by index.html,...

analytics
hummingbird

Golden image testing in Flutter is very easy, and it uses the same golden file update infrastructure we're already using. In a test file: ``` testWidgets('widgetToTest looks correct', (tester) async...

good first issue
testing
hummingbird
was-shipped-milestone

Build is red because of this failure: ``` $ flutter test --name "track widget creation off" test/inspector_service_test.dart 00:13 +0 -1: inspector service tests track widget creation off [E] Expected: false...

testing
tech debt

``` 02:46 +8 ~7 -1: /home/travis/build/flutter/devtools/packages/devtools_app/test/integration_tests/integration_test.dart: integration debugging stepping, async step, async frames [E] Expected: [ 'performAction:debugging_app_async.dart', '', 'main.run.:debugging_app_async.dart', '' ] Actual: [ 'performAction:debugging_app_async.dart', 'main.run.:debugging_app_async.dart', 'Timer._createTimer.:timer_patch.dart', '_Closure.call:function.dart' ] Which: was...

testing
tech debt

Golden tests for Flex Layout Visualizer is currently disabled due to the high effort in testing it with the recent change in #1402.

testing
screen: inspector
hummingbird
was-shipped-milestone
tech debt
P3
cost: medium

Currently there is no comprehensive test cases for Layout Explorer

enhancement
testing
screen: inspector
tech debt
P3
cost: medium

Paste into connect dialog is not working until after the first hot restart. I have been able to repro this consistently.

hurts-developer-velocity

Seen at https://travis-ci.org/flutter/devtools/jobs/597706543. ``` 02:33 +9 ~8: /home/travis/build/flutter/devtools/packages/devtools_app/test/integration_tests/integration_test.dart: integration debugging console output chrome • console:log • DevTools version 0.1.8. chrome • console:log • [{"event":"app.devToolsReady"}] chrome • console:log • [{"id":1}] chrome...

testing
debugger page
infra
tech debt
test flake

We should re-enable testing on windows bots; they were disabled to work around a (likely) regression in the travis CI (and they'd been FYI for failures in any case). Context:...

infra
tech debt