Releases: RevenueCat/purchases-flutter
Releases · RevenueCat/purchases-flutter
8.6.0
RevenueCat SDK
📦 Dependency Updates
- Bump nokogiri from 1.16.7 to 1.18.3 (#1271) via dependabot[bot] (@dependabot[bot])
- [AUTOMATIC BUMP] Updates purchases-hybrid-common to 13.21.0 (#1280) via RevenueCat Git Bot (@RCGitBot)
- Bump cocoapods from 1.16.0 to 1.16.2 (#1200) via dependabot[bot] (@dependabot[bot])
- [AUTOMATIC BUMP] Updates purchases-hybrid-common to 13.20.0 (#1279) via RevenueCat Git Bot (@RCGitBot)
RevenueCatUI SDK
Customer Center
✨ New Features
8.5.2
RevenueCat SDK
🐞 Bugfixes
- Add prepaid periodType (#1277) via Will Taylor (@fire-at-will)
📦 Dependency Updates
🔄 Other Changes
- chore: Update proguard-rules.pro like flutter_ui (#1274) via Facundo Menzella (@facumenzella)
8.5.1
8.5.0
8.4.6
8.4.5
8.4.4
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
}