Skip to content

[packages] Migrate all iOS example apps in flutter/packages to UIScene#12182

Open
Zubii12 wants to merge 24 commits into
flutter:mainfrom
Zubii12:issue-188521-migrate-ios-examples-to-uiscene
Open

[packages] Migrate all iOS example apps in flutter/packages to UIScene#12182
Zubii12 wants to merge 24 commits into
flutter:mainfrom
Zubii12:issue-188521-migrate-ios-examples-to-uiscene

Conversation

@Zubii12

@Zubii12 Zubii12 commented Jul 11, 2026

Copy link
Copy Markdown

Migrate all iOS example apps in flutter/packages to UIScene lifecycle

Fixes flutter/flutter#188521

Pre-Review Checklist

If you need help, consider asking for advice on the #hackers-new channel on Discord.

Note: The Flutter team is currently trialing the use of Gemini Code Assist for GitHub. Comments from the gemini-code-assist bot should not be taken as authoritative feedback from the Flutter team. If you find its comments useful you can update your code accordingly, but if you are unsure or disagree with the feedback, please feel free to wait for a Flutter team member's review for guidance on which automated comments should be addressed.

Footnotes

  1. Regular contributors who have demonstrated familiarity with the repository guidelines only need to comment if the PR is not auto-exempted by repo tooling. 2

@Zubii12 Zubii12 force-pushed the issue-188521-migrate-ios-examples-to-uiscene branch from a60a095 to ce9c323 Compare July 11, 2026 10:49
@Zubii12 Zubii12 marked this pull request as ready for review July 12, 2026 15:27

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request migrates the iOS examples of multiple packages to use UIScene and FlutterImplicitEngineDelegate, updating their AppDelegate and Info.plist configurations and bumping package versions. Review feedback highlights that the <key>UIApplicationSceneManifest</key> is missing before the <dict> element in the Info.plist files for extension_google_sign_in_as_googleapis_auth, file_selector, and file_selector_ios, which results in malformed plist files. Additionally, the Google Maps API key initialization was accidentally removed from the AppDelegate.swift of the google_maps_flutter example and needs to be restored.

Comment thread packages/file_selector/file_selector/example/ios/Runner/Info.plist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[UIScene] Migrate all iOS example apps in flutter/packages to UIScene lifecycle

1 participant