Skip to content
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

Make CustomerInfo allPurchaseDates values nullable #989

Merged
merged 1 commit into from
Feb 22, 2024

Conversation

tonidero
Copy link
Contributor

@tonidero tonidero commented Feb 22, 2024

This property can have nullable values in the native SDKs, but it was not nullable in flutter. This supports it being nullable.

If you use the allPurchaseDates property from CustomerInfo, you will need to handle nullable values with this change.

This should fix: #988

@tonidero tonidero merged commit 67a1178 into main Feb 22, 2024
8 checks passed
@tonidero tonidero deleted the make-customer-info-purchase-dates-values-nullable branch February 22, 2024 12:17
tonidero pushed a commit that referenced this pull request Feb 29, 2024
**This is an automatic release.**

### Bugfixes
* Make `CustomerInfo` `allPurchaseDates` values nullable (#989) via Toni
Rico (@tonidero)
### Dependency Updates
* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 9.8.0 (#990) via
RevenueCat Git Bot (@RCGitBot)
* [Android
7.6.0](https://github.com/RevenueCat/purchases-android/releases/tag/7.6.0)
* [iOS
4.37.0](https://github.com/RevenueCat/purchases-ios/releases/tag/4.37.0)
Jethro87 pushed a commit to Jethro87/purchases-flutter that referenced this pull request Jan 4, 2025
This property can have nullable values in the native SDKs, but it was
not nullable in flutter. This supports it being nullable.

If you use the `allPurchaseDates` property from `CustomerInfo`, you will
need to handle nullable values with this change.

This should fix:
RevenueCat#988
Jethro87 pushed a commit to Jethro87/purchases-flutter that referenced this pull request Jan 4, 2025
**This is an automatic release.**

### Bugfixes
* Make `CustomerInfo` `allPurchaseDates` values nullable (RevenueCat#989) via Toni
Rico (@tonidero)
### Dependency Updates
* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 9.8.0 (RevenueCat#990) via
RevenueCat Git Bot (@RCGitBot)
* [Android
7.6.0](https://github.com/RevenueCat/purchases-android/releases/tag/7.6.0)
* [iOS
4.37.0](https://github.com/RevenueCat/purchases-ios/releases/tag/4.37.0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr:fix A bug fix
Projects
None yet
2 participants