Skip to content

Commit

Permalink
5.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hyochan committed Oct 31, 2023
1 parent 086dd32 commit a94c705
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 5.6.0
* refactor: android init connection
```
Used Kotlin apply for cleaner initialization of billingClient.
Introduced context ?: return for null-safety with context.
Merged repetitive code into the updateConnectionStatus method to avoid duplication.
Improved the handling of the alreadyFinished flag to ensure it is only set once and at the appropriate time.
Streamlined the error and success handling for clarity.
```
* Migrate android billingClient to 6.0.1
- https://developer.android.com/google/play/billing/release-notes#6-0-1

## 5.5.0
* Erroneous duplicate item (#441) - Remove extra `introductoryPricePaymentModeIOS`
* Fixed consumable products reading on Android (#439)
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: flutter_inapp_purchase
description: In App Purchase plugin for flutter. This project has been forked by
react-native-iap and we are willing to share same experience with that on
react-native.
version: 5.5.0
version: 5.6.0
homepage: https://github.com/dooboolab/flutter_inapp_purchase/blob/main/pubspec.yaml
environment:
sdk: ">=2.15.0 <4.0.0"
Expand Down

0 comments on commit a94c705

Please sign in to comment.