Skip to content

Commit

Permalink
Update documentation on what display information is provided. (flutte…
Browse files Browse the repository at this point in the history
…r#161785)

This was fixed in Linux in
flutter#161359
  • Loading branch information
robert-ancell authored Jan 19, 2025
1 parent b9e86a5 commit 6311057
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions engine/src/flutter/lib/ui/platform_dispatcher.dart
Original file line number Diff line number Diff line change
Expand Up @@ -174,9 +174,9 @@ class PlatformDispatcher {
///
/// Presently, on Android and Web this collection will only contain the
/// display that the current window is on. On iOS, it will only contains the
/// main display on the phone or tablet. On Desktop, it will contain only
/// a main display with a valid refresh rate but invalid size and device
/// pixel ratio values.
/// main display on the phone or tablet. On Desktops other than Linux, it will
/// contain only a main display with a valid refresh rate but invalid size and
/// device pixel ratio values.
// TODO(dnfield): Update these docs when https://github.com/flutter/flutter/issues/125939
// and https://github.com/flutter/flutter/issues/125938 are resolved.
Iterable<Display> get displays => _displays.values;
Expand Down

0 comments on commit 6311057

Please sign in to comment.