Skip to content

Releases: chargebee/chargebee-flutter

v0.4.1

07 Dec 14:57
634d42f
Compare
Choose a tag to compare

Fix multiple callback issue

v1.0.0-beta.1

05 Dec 14:19
022f694
Compare
Choose a tag to compare
v1.0.0-beta.1 Pre-release
Pre-release
  • Handles changes for Android Billing Library 5
  • Updates the Product structure
  • Updates the Purchase methods

v0.4.0

10 Nov 08:26
62d1b54
Compare
Choose a tag to compare

Updates Android Billing library version from 4.x to 5.2.1

v0.3.0

19 Oct 13:56
d2538e9
Compare
Choose a tag to compare

Updates Android dependencies

v0.2.1

11 Sep 04:42
3d22cb0
Compare
Choose a tag to compare

Bug Fixes

  • Android build issue on release mode. (#72)

v0.2.0

23 Aug 12:16
5d6fc67
Compare
Choose a tag to compare

New Feature

  • Introduced new API purchaseStoreProduct to purchase product with customer information. (#68)

v0.1.0

17 Aug 12:45
586d470
Compare
Choose a tag to compare

Improvements

  • Adds show manage subscription settings in app.(#67 )

v0.0.14

26 Jul 06:28
70a83be
Compare
Choose a tag to compare

New Feature

  • Adds one time purchase support. (#64)
  • Use Chargebee.purchaseNonSubscriptionProduct to purchase one time purchase product on Apple App Store and Google Play Store.
  • Use Chargebee.validateReceiptForNonSubscriptions to validate one time purchase receipt if syncing failed with Chargebee after the successful purchase on Apple App Store and Google Play Store.

v0.0.13

15 Jun 13:12
5ce3c06
Compare
Choose a tag to compare

SDK Improvements

  • Added cache retry mechanism for validating the receipt. (#62)
  • Use Chargebee.validateReceipt to validate the receipt if syncing failed with Chargebee after the successful purchase on Apple App Store and Google Play Store.

v0.0.12

20 May 05:28
a57be57
Compare
Choose a tag to compare

Features

  • Adds restore purchase support.(#61)