Skip to content

Commit f33ea89

Browse files
johnpryanvashworth
andauthored
Update src/content/add-to-app/ios/add-flutter-screen.md
Co-authored-by: Victoria Ashworth <15619084+vashworth@users.noreply.github.com>
1 parent dcf2892 commit f33ea89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/content/add-to-app/ios/add-flutter-screen.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ The `FlutterAppDelegate` performs functions such as:
399399

400400
As of Flutter 3.41, `UIScene` support is the default for iOS apps.
401401
When using `FlutterAppDelegate`, you should also ensure that your app
402-
uses `FlutterSceneDelegate` (or a subclass) to receive scene lifecycle
402+
uses `FlutterSceneDelegate` or `FlutterSceneLifeCycleProvider` to receive scene lifecycle
403403
events, such as [`openURL`][] and [`continueUserActivity`][].
404404

405405
### Creating a FlutterAppDelegate subclass

0 commit comments

Comments
 (0)