-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Add UIApplicationSupportsIndirectInputEvents migration
#106889
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add UIApplicationSupportsIndirectInputEvents migration
#106889
Conversation
fb0d7ab to
cbe7923
Compare
jmagman
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What do you think about instead renaming MinimumFrameDurationMigration to HostAppInfoPlistMigration or similar, and adding/removing all relevant keys there, instead of creating a new, almost-identical migrator?
|
We should also consider adding these keys to https://docs.flutter.dev/development/add-to-app/ios/project-setup so add-to-app hosts can adopt as needed. |
|
If we combine the migrations, each additional plist key would multiply the number of test scenarios in |
I think that's okay. You could get rid of your new |
packages/flutter_tools/lib/src/ios/migrations/host_app_info_plist_migration.dart
Outdated
Show resolved
Hide resolved
packages/flutter_tools/lib/src/ios/migrations/host_app_info_plist_migration.dart
Outdated
Show resolved
Hide resolved
2bf82fb to
e39fd18
Compare
jmagman
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, adding @christopherfujino for second review.
Actually never mind forgot we don't need an extra reviewer here. |
christopherfujino
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
RSLGTM
Add UIApplicationSupportsIndirectInputEvents migration by @moffatman in flutter/flutter#106889
Add UIApplicationSupportsIndirectInputEvents migration by @moffatman in flutter/flutter#106889
Add a migration to add
UIApplicationSupportsIndirectInputEvents: truein the iOS project Info.plist file. This flag was added to the template in #89944Relevant to #23604
Pre-launch Checklist
///).