Release/6.6.0-beta.3#907
Merged
Merged
Conversation
tonidero
commented
Dec 22, 2023
|
|
||
| ### Breaking changes from previous beta | ||
|
|
||
| - `PurchasesFlutterActivity` has been removed. Use `FlutterFragmentActivity` provided by Flutter instead |
Contributor
Author
There was a problem hiding this comment.
This is a breaking change from the previous beta... But I thought it would be better to remove it as soon as possible to avoid later confusions.
| - `PurchasesFlutterActivity` has been removed. Use `FlutterFragmentActivity` provided by Flutter instead | ||
|
|
||
| ### Fixes from previous beta | ||
| * Fix `presentPaywallIfNeeded` (#904) via Toni Rico (@tonidero) |
vegaro
approved these changes
Dec 22, 2023
| dependencies: | ||
| purchases_flutter: 6.6.0-beta.3 | ||
| ``` | ||
| - For Android, you need to change your `MainActivity` to subclass `FlutterFragmentActivity` instead of `FlutterActivity`. |
Member
There was a problem hiding this comment.
I am worried folks stop reading after the first step of adding the yaml, should we put this first thing?
Contributor
Author
There was a problem hiding this comment.
Hmm yeah I think that makes sense!
… is updated before adding the dependency
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
New Features
RevenueCatUIinitial support #852)Instructions:
MainActivityto subclassFlutterFragmentActivityinstead ofFlutterActivity.purchases-flutterin yourpubspec.yaml:Usage:
Limitations:
addCustomerInfoUpdateListenerminSdkVersionis temporarily increased from19to24to support paywalls. This will be reverted in a future release as we splitpurchases_flutterandpurchases_flutter_uiBreaking changes from previous beta
PurchasesFlutterActivityhas been removed. UseFlutterFragmentActivityprovided by Flutter insteadFixes from previous beta
presentPaywallIfNeeded(FixpresentPaywallIfNeeded#904) via Toni Rico (@tonidero)Other Changes