File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,9 +3,22 @@ Copyright 2025 The Flutter Authors
33Use of this source code is governed by a BSD-style license that can be
44found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd.
55-->
6- ## 0.4.1 (not released)
6+ ## 0.5.0
7+ * ** Breaking change:** remove ` scaleByFontFactor ` .
8+ * ** Breaking change:** remove ` IdeTheme.fontSize ` and ` IdeTheme.fontSizeFactor ` .
9+ * ** Breaking change:** replace ` minScreenWidthForTextBeforeScaling ` with ` minScreenWidthForText ` .
10+ * ** Breaking change:** replace ` defaultIconSizeBeforeScaling ` with ` defaultIconSize ` .
11+ * ** Breaking change:** replace ` defaultActionsIconSizeBeforeScaling ` with ` actionsIconSize ` .
12+ * ** Breaking change:** replace ` unscaledLargeFontSize ` with ` largeFontSize ` .
13+ * ** Breaking change:** replace ` unscaledDefaultFontSize ` with ` defaultFontSize ` .
14+ * ** Breaking change:** replace ` unscaledSmallFontSize ` with ` smallFontSize ` .
715* Ignore expected exceptions from the ` navigateToCode ` extension method.
816* Add ` RpcErrorExtension ` extension with an ` isServiceDisposedError ` getter.
17+ * ` FormattedJson ` uses ` SelectionArea ` instead of ` SelectableText ` to make multiple lines selectable.
18+ * Add ` identifyChannel ` helper to ` FlutterVersion ` .
19+ * Add ` webReload ` to URL utilities.
20+ * ` DTDManager ` attempts to reconnect to DTD automatically if the connection drops.
21+ * Add ` serviceRegistrationBroadcastStream ` to ` DTDManager ` .
922
1023## 0.4.0
1124* Bump ` dtd ` dependency to ` ^4.0.0 ` .
Original file line number Diff line number Diff line change 33# found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd.
44name : devtools_app_shared
55description : Package of Dart & Flutter structures shared between devtools_app and devtools extensions.
6- version : 0.4.1
6+ version : 0.5.0
77repository : https://github.com/flutter/devtools/tree/master/packages/devtools_app_shared
88
99environment :
Original file line number Diff line number Diff line change @@ -3,6 +3,9 @@ Copyright 2025 The Flutter Authors
33Use of this source code is governed by a BSD-style license that can be
44found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd.
55-->
6+ ## 0.5.0
7+ * Bump ` devtools_app_shared ` dependency to ` 0.5.0 ` .
8+
69## 0.4.0
710* Bump ` devtools_app_shared ` dependency to ` 0.4.0 ` .
811* Add ` ShowBannerMessageExtensionEvent.dismissOnConnectionChanges ` field. This
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ executables:
1919dependencies :
2020 args : ^2.4.2
2121 devtools_shared : ^12.0.0
22- devtools_app_shared : ^0.4 .0
22+ devtools_app_shared : ^0.5 .0
2323 flutter :
2424 sdk : flutter
2525 io : ^1.0.4
You can’t perform that action at this time.
0 commit comments