devtools
devtools copied to clipboard
Performance tools for Flutter
Get rid of modification to devtools store file for 'enabled' and 'firstRun' properties. Due 2/11/22.
``` 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...
This class has quite a bit of logic that is untested.
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...
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...
https://github.com/flutter/devtools/runs/6280344534?check_suite_focus=true Encountered during https://github.com/flutter/devtools/pull/4055
https://github.com/flutter/devtools/runs/6356784092?check_suite_focus=true
See TODO in the code https://github.com/flutter/devtools/blob/57d637c4d57e2e679309d07dcfe743b191e9ed2a/packages/devtools_app/lib/src/screens/memory/panes/control/settings_dialog.dart
Panes: - control - chart - allocations - analysis
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.