From 4f3ed80400ff42609a7cdc9b5a6fd00768796caf Mon Sep 17 00:00:00 2001 From: Jason Simmons Date: Thu, 5 Jan 2023 16:06:11 -0800 Subject: [PATCH] Remove doc reference to the deprecated ui.FlutterWindow API (#118064) --- packages/flutter/lib/src/foundation/binding.dart | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/packages/flutter/lib/src/foundation/binding.dart b/packages/flutter/lib/src/foundation/binding.dart index 555b40c70877..962a7f20b23f 100644 --- a/packages/flutter/lib/src/foundation/binding.dart +++ b/packages/flutter/lib/src/foundation/binding.dart @@ -187,9 +187,10 @@ abstract class BindingBase { /// such as a [TestWindow]. /// /// The [window] is a singleton meant for use by applications that only have a - /// single main window. In addition to the properties of [ui.FlutterWindow], - /// [window] provides access to platform-specific properties and callbacks - /// available on the [platformDispatcher]. + /// single main window. In addition to the properties of + /// [ui.SingletonFlutterWindow], [window] provides access to + /// platform-specific properties and callbacks available on the + /// [platformDispatcher]. /// /// For applications designed for more than one main window, prefer using the /// [platformDispatcher] to access available views via