[go: nahoru, domu]

Skip to content

Commit

Permalink
Remove doc reference to the deprecated ui.FlutterWindow API (#118064)
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-simmons committed Jan 6, 2023
1 parent 70d5834 commit 4f3ed80
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions packages/flutter/lib/src/foundation/binding.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4f3ed80

Please sign in to comment.