Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit bdb8b69

Browse files
authored
Fix typo in AppLifecycleState documentation (#54544)
Fixes small typo in AppLifecycleState enum documentation. Documentation to enum references iOS article about managing app lifecycle in UIKit. So, "IOKit" is a misspelled word "UIKit" I found out Apple has [IOKit framework](https://developer.apple.com/documentation/iokit) but it is not related to app lifecycle [C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
1 parent 23ceae6 commit bdb8b69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ui/platform_dispatcher.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1883,7 +1883,7 @@ class FrameTiming {
18831883
/// provides state transition callbacks.
18841884
/// * [WidgetsBindingObserver], for a mechanism to observe the lifecycle state
18851885
/// from the widgets layer.
1886-
/// * iOS's [IOKit activity
1886+
/// * iOS's [UIKit activity
18871887
/// lifecycle](https://developer.apple.com/documentation/uikit/app_and_environment/managing_your_app_s_life_cycle?language=objc)
18881888
/// documentation.
18891889
/// * Android's [activity

0 commit comments

Comments
 (0)