Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
ci
  • Loading branch information
Chris Yang committed Feb 19, 2021
commit 51de2a1d8b39e72716c4d20ab205895b1e16e497
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class AppStoreConnection implements InAppPurchaseConnection {
quantity: 1,
applicationUsername: purchaseParam.applicationUserName,
simulatesAskToBuyInSandbox: purchaseParam.simulatesAskToBuyInSandbox ||
// ignore: deprecated_member_use_from_same_package
// ignore: deprecated_member_use_from_same_package
purchaseParam.sandboxTesting,
requestData: null));
return true; // There's no error feedback from iOS here to return.
Expand Down
2 changes: 1 addition & 1 deletion packages/in_app_purchase/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies:
flutter:
sdk: flutter
json_annotation: ^4.0.0
meta: ^1.3.0-nullsafety.6
meta: ^1.3.0
collection: ^1.15.0

dev_dependencies:
Expand Down