You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/in_app_purchase/in_app_purchase_android/CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,12 @@
1
+
## 0.1.6
2
+
3
+
* Require Dart SDK >= 2.14.
4
+
* Update `json_annotation` dependency to `^4.3.0`.
5
+
1
6
## 0.1.5+1
2
7
3
8
* Fix a broken link in the README.
9
+
4
10
## 0.1.5
5
11
6
12
* Introduced the `SkuDetailsWrapper.introductoryPriceAmountMicros` field of the correct type (`int`) and deprecated the `SkuDetailsWrapper.introductoryPriceMicros` field.
Copy file name to clipboardExpand all lines: packages/in_app_purchase/in_app_purchase_android/lib/src/billing_client_wrappers/billing_client_wrapper.dart
/// Features/capabilities supported by [BillingClient.isFeatureSupported()](https://developer.android.com/reference/com/android/billingclient/api/BillingClient.FeatureType).
547
+
@JsonEnum(alwaysCreate:true)
481
548
enumBillingClientFeature {
482
549
// WARNING: Changes to this class need to be reflected in our generated code.
483
550
// Run `flutter packages pub run build_runner watch` to rebuild and watch for
@@ -504,3 +571,24 @@ enum BillingClientFeature {
504
571
@JsonValue('subscriptionsUpdate')
505
572
subscriptionsUpdate
506
573
}
574
+
575
+
/// Serializer for [BillingClientFeature].
576
+
///
577
+
/// Use these in `@JsonSerializable()` classes by annotating them with
Copy file name to clipboardExpand all lines: packages/in_app_purchase/in_app_purchase_android/lib/src/billing_client_wrappers/billing_client_wrapper.g.dart
0 commit comments