Add UIApplicationSupportsIndirectInputEvents migration#106889
Add UIApplicationSupportsIndirectInputEvents migration#106889auto-submit[bot] merged 3 commits intoflutter:masterfrom
UIApplicationSupportsIndirectInputEvents migration#106889Conversation
fb0d7ab to
cbe7923
Compare
jmagman
left a comment
There was a problem hiding this comment.
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.
LGTM, adding @christopherfujino for second review.
Actually never mind forgot we don't need an extra reviewer here. |
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
///).