mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
fix: platform_dispatcher documentation typo (flutter/engine#41739)
fixes [https://github.com/flutter/flutter/issues/126082](https://github.com/flutter/flutter/issues/126082) *If you had to change anything in the [flutter/tests] repo, include a link to the migration guide as per the [breaking change policy].* [C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
This commit is contained in:
parent
c80779a479
commit
3b10a111f4
@ -115,7 +115,7 @@ class PlatformDispatcher {
|
||||
|
||||
/// The [PlatformDispatcher] singleton.
|
||||
///
|
||||
/// Consider avoiding static references to this singleton though
|
||||
/// Consider avoiding static references to this singleton through
|
||||
/// [PlatformDispatcher.instance] and instead prefer using a binding for
|
||||
/// dependency resolution such as `WidgetsBinding.instance.platformDispatcher`.
|
||||
///
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user