-
Notifications
You must be signed in to change notification settings - Fork 9.8k
[in_app_purchase] Bump minimum Flutter version and iOS deployment target #4352
Conversation
I'm not sure how versioning happens with endorsed federated plugins. Do I also need to bump the "parent" pubspec (or whatever the term is)? |
The parent depends on in_app_purchase_ios: ^0.1.1, which will resolve to 0.1.3+4, so it should be fine. |
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
Actually I missed a few |
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.
Still LGTM
Flutter apps run on 2.4.0-0.0.pre and later will be upgraded to a minimum of iOS 9.0. Now that Flutter 2.5 has hit stable and iOS 8 support has been dropped, change the plugin minimum iOS version to
9.0
.VALID_ARCHS
Xcode build setting. Confirmed this plugin builds for arm64 simulators.Users on Flutter versions lower than the current stable 2.5 will not be able to upgrade this plugin past this version.
in_app_purchase_ios part of flutter/flutter#84198
Pre-launch Checklist
dart format
.)[shared_preferences]
///
).