Skip to content

Releases: chargebee/chargebee-flutter

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)

v0.0.11

04 Apr 07:21
a217bde
Compare
Choose a tag to compare

SDK Improvements

  • Package utils renamed to models and Added sdk method retrieveProductIdentifiers instead of retrieveProductIdentifers (#52)
  • Removed dynamic object for all API methods and updated with appropriate data type (#50)
  • Standardize the dart documentation for the API's (#57)
  • Added CBEntitlement model to showcase list of entitlements instead of dynamic list and improvements (#58)
  • Unit test added for the API retrieveProducts and purchaseProduct (#58)
  • Added integration test (#56)
  • Added linting support (#53)

v0.0.10

09 Mar 15:17
28c5bc4
Compare
Choose a tag to compare

Bug fixes

  • Additional information added to Product model (#45)
  • Android plugIn improved by removing un-wanted try-catch blocks around the purchaseProduct and empty checks on the product. - SubscriptionId and planId made as non-optional to avoid Optional type (#48)
  • Improvements on error handling, Added appropriate error codes to PlatformException. No impacts on existing error handling logic (#49)