Skip to content

Commit 9b985b9

Browse files
committed
Update dialog and release notes
1 parent dfb9cb9 commit 9b985b9

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

packages/devtools_app/lib/src/screens/inspector_shared/inspector_settings_dialog.dart

+2-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ class FlutterInspectorSettingsDialog extends StatelessWidget {
4848
'Hovering over any widget displays its properties and values.',
4949
gaItem: gac.inspectorHoverEvalMode,
5050
),
51-
// here
51+
const SizedBox(height: largeSpacing),
52+
...dialogSubHeader(theme, 'Experimental features'),
5253
CheckboxSetting(
5354
notifier: preferences.inspector.inspectorV2Enabled
5455
as ValueNotifier<bool?>,

packages/devtools_app/release_notes/NEXT_RELEASE_NOTES.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ with WebAssembly. - [#8270](https://github.com/flutter/devtools/pull/8270)
2020

2121
## Inspector updates
2222

23-
* Added a setting that allows users to opt-in to the newly redesigned Flutter inspector. - [#8342](https://github.com/flutter/devtools/pull/8342)
23+
- Added a setting to the Flutter Inspector Settings dialog that allows users to opt-in to the newly redesigned Flutter Inspector. - [#8342](https://github.com/flutter/devtools/pull/8342)
2424

25-
![Inspector V2 opt-in setting](images/inspector_v2_setting.png "DevTools setting to opt into the new Flutter inspector.")
25+
![Inspector V2 opt-in setting](images/inspector_v2_setting.png "DevTools setting to opt into the new Flutter Inspector.")
2626

27-
![Inspector V2](images/inspector_v2.png "The new Flutter inspector.")
27+
![Inspector V2](images/inspector_v2.png "The new Flutter Inspector.")
2828

2929
## Performance updates
3030

Loading
Loading

0 commit comments

Comments
 (0)