-
Notifications
You must be signed in to change notification settings - Fork 9.8k
[in_app_purchase] fix "autoConsume" param in "buyConsumable" #3957
Conversation
Hello! Do I need to update CHANGELOG.md or version in pubspec.yaml for these changes? |
Hi @qwert2603, thank you for the pull-request. The changes look good, but yes please also update the CHANGELOG.md and the pubspec.yaml. You can update to version |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There seems to be a small merge conflict on the pubspec.yaml
. Could you please rebase your branch with the master
branch and update the PR?
Otherwise the PR looks good and I can merge it when the conflict is resolved. And thank you for contributing.
@mvanbeusekom merge conflict resolved. Thanks for review :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thank you @qwert2603. I have approved the PR and added the |
This pull request is not suitable for automatic merging in its current state.
|
I've filed an infra bug about the Windows issue, which is unrelated to this PR. I'll update here once it's resolved. |
Apologies, but another change that updated the version to 1.0.1 landed in the meantime. Could you update this to 1.0.2 in the pubspec and CHANGELOG? Once that's done I can land this. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
I've rebased this PR, I should be able to land + publish in a few hours. |
* master: (131 commits) [in_app_purchase] fix "autoConsume" param in "buyConsumable" (flutter#3957) [video_player_web] fix: set autoplay to false during initialization (flutter#3985) [multiple_web] Adapt web PlatformView widgets to work slotted. (flutter#3964) [url_launcher] Add iOS unit and UI tests (flutter#3987) [image_picker] Change storage location for camera captures to internal cache on Android, to comply with new Google Play storage requirements. (flutter#3956) [script/tool] Use 'dart pub' instead of deprecated 'pub' (flutter#3991) [video_player] Add iOS unit and UI tests (flutter#3986) Add pubspec convention checks (flutter#3984) Enable pubspec dependency sorting lint (flutter#3983) [image_picker] Migrate maven repo from jcenter to mavenCentral (flutter#3915) [video_player] Update README.md (flutter#3975) [script/tool] speed up the pub get portion of the analyze command (flutter#3982) Revert commit e742a7b (flutter#3976) Added support to request list of purchases (flutter#3944) [google_maps_flutter] Add iOS unit and UI tests (flutter#3978) Added Windows to the description (flutter#3936) use 'flutter pub get' for both dart and flutter packages (flutter#3973) [camera] android-rework part 3: Android exposure related features (flutter#3797) Remove exoplayer workaround from everything but video_player (flutter#3980) Allow reverts when checking versions (flutter#3981) ...
Fix ignoring "autoConsume" param in "InAppPurchase.instance.buyConsumable".
Fixes flutter/flutter#83035
Pre-launch Checklist
dart format
. See plugin_tool format)[shared_preferences]
///
).