Skip to content

Commit b405dc8

Browse files
hyochanclaude
andcommitted
chore: bump version to 8.2.7
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent e4905a2 commit b405dc8

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# CHANGELOG
22

3+
## 8.2.7
4+
5+
### Bug Fixes
6+
7+
- **subscriptionOffers Parsing for iOS**: Fixed `ProductSubscriptionIOS.subscriptionOffers` always being null even though the native OpenIAP layer returned the data correctly
8+
- **Safe Numeric Parsing**: Added `_toDouble` and `_toInt` helpers to handle both `num` and `String` inputs from platform channels, preventing runtime `TypeError`s
9+
310
## 8.2.6
411

512
### New Features

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: flutter_inapp_purchase
22
description: In App Purchase plugin for flutter. This project has been forked by
33
react-native-iap and we are willing to share same experience with that on
44
react-native.
5-
version: 8.2.6
5+
version: 8.2.7
66
homepage: https://github.com/hyochan/flutter_inapp_purchase/blob/main/pubspec.yaml
77
environment:
88
sdk: ">=3.0.0 <4.0.0"

0 commit comments

Comments
 (0)