Skip to content

Releases: RevenueCat/purchases-flutter

0.3.1

31 Aug 12:53
Compare
Choose a tag to compare
  • Fixes crash when there's a trial period and not an introductory price on Android.

0.3.0

28 Aug 01:41
Compare
Choose a tag to compare
  • Deprecates activeEntitlements in PurchaserInfo and adds entitlements object to PurchaserInfo. For more info check out https://docs.revenuecat.com/docs/purchaserinfo
  • Fixes exception when calling makePurchase with a bad product identifier in iOS
  • Fixes makePurchase missing the userCancelled boolean in Android
  • Fixes makePurchase not working in Android when calling with oldSkus parameter
  • Fixes trial info being lost in Android. Access introductoryPrice in the product information to get information around the trial period.

0.2.2

16 Aug 09:37
Compare
Choose a tag to compare

0.2.1

23 Jul 22:41
Compare
Choose a tag to compare
  • Makes some changes to the introductory pricing due to some inconsistencies introduced in 0.2.0.
    Introductory pricing is now an object part of the product.

0.2.0

19 Jul 01:16
Compare
Choose a tag to compare

0.1.4

10 Jul 22:25
Compare
Choose a tag to compare
  • Fixes UninitializedPropertyAccessException when trying to close the instance onDestroy of the Android Activity.