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

Get rid of modification to devtools store file for 'enabled' and 'firstRun' properties. Due 2/11/22.

cleanup
tech debt

``` 03:44 +244 ~4 -1: /home/runner/work/devtools/devtools/packages/devtools_app/test/inspector_service_test.dart: inspector service tests track widget creation on [E] ext.flutter.inspector.getSelectedWidget: (-32000) Service connection disposed dart:async _Completer.completeError package:devtools_app/src/eval_on_dart_library.dart 558:20 EvalOnDartLibrary.addRequest.wrappedRequest ===== asynchronous gap =========================== dart:async _asyncErrorWrapperHelper...

testing
tech debt
test flake
hurts-developer-velocity

This class has quite a bit of logic that is untested.

testing
tech debt
fix it friday

I added this test and the bots passed: ``` @TestOn('browser') import 'package:flutter_test/flutter_test.dart'; void main() { test('I must fail', () async { expect(1, 2); }); } ``` We need to migrate...

testing
tech debt

We need to improve test coverage for existing DevTools functionality and add new integration tests for DevTools workflows. In https://github.com/flutter/devtools/pull/3983 for example, several type casting issues were fixed that should...

testing
tech debt
P4
hurts-developer-velocity

https://github.com/flutter/devtools/runs/6280344534?check_suite_focus=true Encountered during https://github.com/flutter/devtools/pull/4055

P5
fix it friday
test flake
hurts-developer-velocity

https://github.com/flutter/devtools/runs/6356784092?check_suite_focus=true

tech debt
P4
fix it friday
test flake
hurts-developer-velocity

See TODO in the code https://github.com/flutter/devtools/blob/57d637c4d57e2e679309d07dcfe743b191e9ed2a/packages/devtools_app/lib/src/screens/memory/panes/control/settings_dialog.dart

memory page
cleanup
P4
fix it friday

Panes: - control - chart - allocations - analysis

memory page
cleanup
P4
fix it friday

see https://github.com/flutter/flutter/issues/106502 for more context. This cannot be fixed until https://github.com/flutter/flutter/issues/106502 is addressed and we can pin DevTools to a version of flutter that includes the framework changes.

tech debt
fix it friday