Releases: RevenueCat/purchases-flutter
Releases · RevenueCat/purchases-flutter
8.4.3
8.4.2
RevenueCat SDK
📦 Dependency Updates
- Updates purchases-hybrid-common to 13.15.2 (#1244) via RevenueCat Git Bot (@RCGitBot)
- Bump fastlane from 2.225.0 to 2.226.0 (#1240) via dependabot[bot] (@dependabot[bot])
🔄 Other Changes
8.4.1
RevenueCat SDK
📦 Dependency Updates
🔄 Other Changes
- Expose storeError for iOS if any (RevenueCat/purchases-hybrid-common#1011) via Toni Rico (@tonidero). You can use it like:
try {
offerings = await Purchases.getOfferings();
} on PlatformException catch (e) {
final storeError = e.details['storeError'];
// Do something with storeError if it exists
}
8.4.0
8.3.2
8.3.1
8.3.0
RevenueCat SDK
📦 Dependency Updates
- [AUTOMATIC BUMP] Updates purchases-hybrid-common to 13.12.0 (#1215) via RevenueCat Git Bot (@RCGitBot)
- [AUTOMATIC BUMP] Updates purchases-hybrid-common to 13.11.0 (#1212) via RevenueCat Git Bot (@RCGitBot)
- [AUTOMATIC BUMP] Updates purchases-hybrid-common to 13.10.0 (#1211) via RevenueCat Git Bot (@RCGitBot)
Win-back Offers
✨ New Features
- Support Fetching and Redeeming Win-Back Offers on Custom Paywall #1134 (#1218) via Will Taylor (@fire-at-will)
8.2.2
8.2.1
8.2.0
RevenueCat SDK
📦 Dependency Updates
- [AUTOMATIC BUMP] Updates purchases-hybrid-common to 13.7.0 (#1196) via RevenueCat Git Bot (@RCGitBot)
- Bump cocoapods from 1.15.2 to 1.16.0 (#1195) via dependabot[bot] (@dependabot[bot])
- Bump danger from 9.5.0 to 9.5.1 (#1190) via dependabot[bot] (@dependabot[bot])
- Bump fastlane from 2.224.0 to 2.225.0 (#1189) via dependabot[bot] (@dependabot[bot])
Win-back Offers
✨ New Features
- Support displaying deferred win-back StoreKit messages (#1194) via Will Taylor (@fire-at-will)