Skip to content

Fix the ios_fullscreen app#2817

Open
loic-sharma wants to merge 1 commit intoflutter:mainfrom
loic-sharma:fix_fullscreen_add_to_app
Open

Fix the ios_fullscreen app#2817
loic-sharma wants to merge 1 commit intoflutter:mainfrom
loic-sharma:fix_fullscreen_add_to_app

Conversation

@loic-sharma
Copy link
Member

Fixes the ios_fullscreen add-to-app sample app:

  1. The Flutter module was renamed from flutter_module to flutter_module_fullscreen. However, the iOS native app had not been updated to reflect this
  2. Flutter's minimum deployment version was raised to 13.0. The iOS native app targeted iOS 12.4.

Pre-launch Checklist

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

classes = {
};
objectVersion = 51;
objectVersion = 54;
Copy link
Member Author

@loic-sharma loic-sharma Mar 18, 2026

Choose a reason for hiding this comment

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

A bunch of changes here were done by Xcode when I ran the app 🤷

Manual changes in this file:

  1. Replaced flutter_module with flutter_module_fullscreen
  2. Added IPHONEOS_DEPLOYMENT_TARGET = 13.0; to raise minimum deployment target to meet Flutter's requirements.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant