Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

[in_app-purchase] Updated the ReadMe to remove the deprecated InAppPurchaseAndroidPlatformAddition.enablePendingPurchases method #4597

Merged
merged 8 commits into from
Dec 10, 2021

Conversation

dw2kim
Copy link
Contributor

@dw2kim dw2kim commented Dec 9, 2021

This will resolve flutter/flutter#93837 & this work is just the follow-up from #4527 PR.

We need to update the documentation in the README.md of the in_app_purchase package to remove the instruction of initialization with the deprecated InAppPurchaseAndroidPlatformAddition.enablePendingPurchases method.

Fixes flutter/flutter#94977

Pre-launch Checklist

  • I read the Contributor Guide and followed the process outlined there for submitting PRs.
  • I read the Tree Hygiene wiki page, which explains my responsibilities.
  • I read and followed the relevant style guides and ran the auto-formatter. (Unlike the flutter/flutter repo, the flutter/plugins repo does use dart format.)
  • I signed the CLA.
  • The title of the PR starts with the name of the plugin surrounded by square brackets, e.g. [shared_preferences]
  • I listed at least one issue that this PR fixes in the description above.
  • I updated pubspec.yaml with an appropriate new version according to the pub versioning philosophy, or this PR is exempt from version changes.
  • I updated CHANGELOG.md to add a description of the change, following repository CHANGELOG style.
  • I updated/added relevant documentation (doc comments with ///).
  • I added new tests to check the change I am making, or this PR is test-exempt.
  • All existing and new tests are passing.

If you need help, consider asking for advice on the #hackers-new channel on Discord.

@dw2kim
Copy link
Contributor Author

dw2kim commented Dec 9, 2021

@mvanbeusekom Hello, I am wondering if you could review this and merge it in so that the new plugin user won't get confused by the ReadMe 😸

Copy link
Contributor

@mvanbeusekom mvanbeusekom left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, however you should also update the CHANGELOG.md mentioning the change to the README. Something like:

## 2.0.1

* Removes the instructions on initializing the plugin since this functionality is deprecated.

@dw2kim dw2kim requested a review from mvanbeusekom December 9, 2021 15:17
Copy link
Contributor

@mvanbeusekom mvanbeusekom left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, however there seems to be an issue with the CLA. It looks like you pushed commit 8cf9680 with a different email address.

@dw2kim
Copy link
Contributor Author

dw2kim commented Dec 9, 2021

LGTM, however there seems to be an issue with the CLA. It looks like you pushed commit 8cf9680 with a different email address.

Oh that's why haha. Thank you! will do

Copy link
Contributor

@stuartmorgan-g stuartmorgan-g left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

@stuartmorgan-g stuartmorgan-g added waiting for tree to go green (Use "autosubmit") This PR is approved and tested, but waiting for the tree to be green to land. last mile labels Dec 10, 2021
@stuartmorgan-g stuartmorgan-g merged commit b78018a into flutter:master Dec 10, 2021
@dw2kim dw2kim deleted the issue/94909_readme branch December 10, 2021 13:15
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Dec 10, 2021
… `InAppPurchaseAndroidPlatformAddition.enablePendingPurchases ` method (flutter/plugins#4597)
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Dec 11, 2021
… `InAppPurchaseAndroidPlatformAddition.enablePendingPurchases ` method (flutter/plugins#4597)
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Dec 11, 2021
… `InAppPurchaseAndroidPlatformAddition.enablePendingPurchases ` method (flutter/plugins#4597)
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Dec 11, 2021
… `InAppPurchaseAndroidPlatformAddition.enablePendingPurchases ` method (flutter/plugins#4597)
amantoux pushed a commit to amantoux/plugins that referenced this pull request Dec 11, 2021
…urchaseAndroidPlatformAddition.enablePendingPurchases ` method (flutter#4597)

This will resolve flutter/flutter#93837 & this work is just the follow-up from flutter#4527 PR.

We need to update the documentation in the README.md of the in_app_purchase package to remove the instruction of initialization with the deprecated `InAppPurchaseAndroidPlatformAddition.enablePendingPurchases` method.

Fixes flutter/flutter#94977
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Dec 13, 2021
… `InAppPurchaseAndroidPlatformAddition.enablePendingPurchases ` method (flutter/plugins#4597)
KyleFin pushed a commit to KyleFin/plugins that referenced this pull request Dec 21, 2021
…urchaseAndroidPlatformAddition.enablePendingPurchases ` method (flutter#4597)

This will resolve flutter/flutter#93837 & this work is just the follow-up from flutter#4527 PR.

We need to update the documentation in the README.md of the in_app_purchase package to remove the instruction of initialization with the deprecated `InAppPurchaseAndroidPlatformAddition.enablePendingPurchases` method.

Fixes flutter/flutter#94977
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
p: in_app_purchase waiting for tree to go green (Use "autosubmit") This PR is approved and tested, but waiting for the tree to be green to land.
Projects
None yet
3 participants