- 10 Aug, 2023 1 commit
-
-
Ian Hickson authored
Fixes https://github.com/flutter/flutter/issues/132157
-
- 28 Jul, 2023 1 commit
-
-
Daniel Chevalier authored
 Fixes https://github.com/flutter/devtools/issues/5931 With Multi View applications on the way, we need to be able to manage the state of multiple Inspector widgets in a consistent way. Previously each Widget inspector would manage the state of it's own inspection. This made for a confusing and inconsistent experience when clicking on the widget inspector of different views. This PR changes the state management to the WidgetInspectorService static instance so that all widget inspectors can share that state. # Demo https://github.com/flutter/flutter/assets/1386322/70fd18dc-5827-4dcd-8cb7-ef20e6221291
-
- 13 Jul, 2023 1 commit
-
-
Polina Cherkasova authored
-
- 27 Mar, 2023 1 commit
-
-
Michael Goderbauer authored
Make Element tree root generic
-
- 17 Jan, 2023 1 commit
-
-
Daniel Chevalier authored
Changes our inspection behaviour so that it also sends a postEvent on the ToolEvent stream.
-
- 29 Apr, 2022 2 commits
-
-
Zachary Anderson authored
This reverts commit ec8693e8.
-
Jonah Williams authored
-
- 03 Feb, 2022 1 commit
-
-
Ian Hickson authored
-
- 15 Jul, 2021 1 commit
-
- 14 Jul, 2021 3 commits
-
-
Ian Hickson authored
-
Zachary Anderson authored
This reverts commit 31de052e.
-
Ian Hickson authored
-
- 13 Jul, 2021 2 commits
-
-
Ian Hickson authored
This reverts commit e2490f29.
-
Ian Hickson authored
-
- 24 Jun, 2021 1 commit
-
-
Jonah Williams authored
-
- 23 Jun, 2021 1 commit
-
-
Greg Spencer authored
-
- 08 Apr, 2021 1 commit
-
-
Michael Goderbauer authored
-
- 07 Apr, 2021 1 commit
-
-
Sam Rawlins authored
-
- 21 Oct, 2020 1 commit
-
-
Jacob Richman authored
* Fix null safety error in inspector service extensions taking variable numbers of args. Fixes https://github.com/flutter/flutter/issues/68627. Also fix all inspector tests that do not rely on golden image functionality so that they run with --enable-experiment=non-nullable. This verifies there is test coverage to ensure there isn't a regression. * Remove uses of dynamic.
-
- 03 Oct, 2020 1 commit
-
-
Michael Goderbauer authored
-
- 11 Jun, 2020 1 commit
-
-
Alexandre Ardhuin authored
* add language version 2.8 in packages/flutter * enable non-nullable analyzer flag
-
- 28 May, 2020 1 commit
-
-
Helin Shiah authored
* Add function to set structured error early * Remove unused imports * Save test handler in setUp * Add utils file for shared test service * Rename structured error functions * Use setUpAll to save error handler and call initStructuredError from other init * Rename widget inspector test service * Remove debugging print statement * Move error handling setting back to initServiceExtensions * Rename structured error handler in test * Namespace environment variable * Rename test
-
- 27 Apr, 2020 1 commit
-
-
chunhtai authored
-
- 23 Apr, 2020 2 commits
-
-
chunhtai authored
* Fix FlutterError.onError in debug mode * update * fix comments * add license header * fix analyzer * update * another attempt * fix test * fix comment