Skip to content

Commit

Permalink
Update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
elliette committed Sep 25, 2024
1 parent decae5c commit a3d1aed
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class FlutterInspectorSettingsDialog extends StatelessWidget {
notifier: preferences.inspector.inspectorV2Enabled
as ValueNotifier<bool?>,
title: 'Enable Inspector V2',
description: 'Try out the new Inspector screen.',
description: 'Try out the new Flutter inspector.',
gaItem: gac.inspectorV2Enabled,
),
const SizedBox(height: denseSpacing),
Expand Down
6 changes: 5 additions & 1 deletion packages/devtools_app/release_notes/NEXT_RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@ with WebAssembly. - [#8270](https://github.com/flutter/devtools/pull/8270)

## Inspector updates

TODO: Remove this section if there are not any general updates.
* Added a setting that allows users to opt-in to the newly redesigned Flutter inspector. - [#8277](https://github.com/flutter/devtools/pull/8277)

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

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

## Performance updates

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a3d1aed

Please sign in to comment.