Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit d8425c2

Browse files
author
a-wallen
committed
Refactor deprecation message
1 parent b08531d commit d8425c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/ui/platform_dispatcher.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1293,7 +1293,7 @@ class ViewConfiguration {
12931293
const ViewConfiguration({
12941294
this.view,
12951295
@Deprecated('''
1296-
Renaming window to view as the class `FlutterWindow` has been deprecated.
1296+
Renaming window to view since `FlutterWindow` has been removed from dart::ui.
12971297
''')
12981298
this.window,
12991299
this.devicePixelRatio = 1.0,
@@ -1341,7 +1341,7 @@ class ViewConfiguration {
13411341
///
13421342
/// If null, then this configuration represents a top level view itself.
13431343
@Deprecated('''
1344-
Renaming window to view as the class `FlutterWindow` has been deprecated.
1344+
Renaming window to view since `FlutterWindow` has been removed from dart::ui.
13451345
''')
13461346
final FlutterView? window;
13471347
final FlutterView? view;

0 commit comments

Comments
 (0)