Add UIScene life cycle support

Open
#192 2 comments 2 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
68/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Active
Tech stack
dart, ios
Domain
mobile-dev

Research direction

Start with the linked Flutter UISceneDelegate migration guide, then inspect the plugin's iOS implementation for the lifecycle integration points it describes. Done means the plugin supports the UIScene lifecycle and remains compatible with future iOS releases; follow the guide's validation steps.

Written by the indexing model from the issue text.

Description

Hello!

Flutter is migrating to UIScene life cycle for iOS. Please add UIScene lifecycle support to your plugin.

Apple will require the UIScene life cycle in their next release. To remain compatible, Flutter will eventually require plugins to support the UIScene life cycle.

How to add UIScene life cycle support to your plugins

You can find the migration guide here: https://docs.flutter.dev/release/breaking-changes/uiscenedelegate#migration-guide-for-flutter-plugins

Please open a GitHub issue for any friction, bugs, or unexpected behavior you encounter during this migration process.

Thank you for your wonderful contributions to the Flutter ecosystem!

Why is Flutter migrating to the UIScene life cycle?

Apple announced that: “In the release following iOS 26, any UIKit app built with the latest SDK will be required to use the UIScene life cycle, otherwise it will not launch.”

To ensure iOS Flutter applications remain compatible and launch successfully on future iOS releases, a migration is required.

Dominant language
Dart
Stars
33
Forks
57
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from segmentio/analytics_flutter

All issues in segmentio/analytics_flutter

Similar issues

More Dart issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.