devtools
devtools copied to clipboard
Performance tools for Flutter
1. Create a file ".env" at the root path of your project ``` { "APPLICATION_ID": "com.my.app.id" } ``` 2. Edit your android/app/build.gradle file with this after the plugin section :...
Deep links screen shows "you selected a non Flutter project" when I have selected a flutter project
Repro steps: 1. Open the devtools/ project 2. Open the Deep links screen from the IDE. A list of app roots should populate. 3. Select the app root ending in...
grandle
___ **DevTools version**: 2.45.1 **IDE**: IntelliJ-IDEA
**Description** In Flutter 3.32.3, the Flutter Inspector no longer navigates to the widget usage in my codebase when selecting a widget from the widget tree. Instead, it opens the widget...
Copy as cURL does not work in android studio Flutter DevTools panel There is nothing copied.
https://github.com/user-attachments/assets/87e149ac-3274-41b8-9a25-7cc3e7bd46bd Each time, it needs to be clicked twice to restore before it can run normally. Is there any way to solve this problem ``` [!] Flutter (Channel stable, 3.32.0,...
Stack trace: org-dartlang-sdk:///dart-sdk/lib/_internal/js_runtime/lib/core_patch.dart 787:58 StackTrace.current ../../../lib/src/screens/debugger/codeview_controller.dart 250:29 CodeViewController._showScriptLocation org-dartlang-sdk:///dart-sdk/lib/_internal/js_runtime/lib/async_patch.dart 311:19 _wrapJsFunctionForAsync org-dartlang-sdk:///dart-sdk/lib/_internal/js_runtime/lib/async_patch.dart 336:23 _wrapJsFunctionForAsync. org-dartlang-sdk:///dart-sdk/lib/_internal/js_runtime/lib/async_patch.dart 287:19 _awaitOnObject. org-dartlang-sdk:///dart-sdk/lib/async/zone.dart 1538:46 _rootRunUnary org-dartlang-sdk:///dart-sdk/lib/async/zone.dart 1428:34 _CustomZone.runUnary org-dartlang-sdk:///dart-sdk/lib/async/future_impl.dart 173:29 _FutureListener.handleValue org-dartlang-sdk:///dart-sdk/lib/async/future_impl.dart 961:13 _Future._propagateToListeners ___...
After making a change in the property editor, changes are successfully flushed to my code and the file is saved (`git status` lists the file as having unstaged changes). However,...
We have not been including these changes in the DevTools release notes (maybe we should?). We should identify a location to include release notes for this tool and for other...
One of the main use cases I'm thinking of for the Property Editor is to help new developers discover what some of the main properties are, and what they do....