Skip to content

Commit 4f3ed80

Browse files
Remove doc reference to the deprecated ui.FlutterWindow API (flutter#118064)
1 parent 70d5834 commit 4f3ed80

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

packages/flutter/lib/src/foundation/binding.dart

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -187,9 +187,10 @@ abstract class BindingBase {
187187
/// such as a [TestWindow].
188188
///
189189
/// The [window] is a singleton meant for use by applications that only have a
190-
/// single main window. In addition to the properties of [ui.FlutterWindow],
191-
/// [window] provides access to platform-specific properties and callbacks
192-
/// available on the [platformDispatcher].
190+
/// single main window. In addition to the properties of
191+
/// [ui.SingletonFlutterWindow], [window] provides access to
192+
/// platform-specific properties and callbacks available on the
193+
/// [platformDispatcher].
193194
///
194195
/// For applications designed for more than one main window, prefer using the
195196
/// [platformDispatcher] to access available views via

0 commit comments

Comments
 (0)