-
Notifications
You must be signed in to change notification settings - Fork 28.6k
[in_app_purchase] not updated README for 2.0.0 #94977
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
There was already a PR to fix this, it's just going through review: flutter/plugins#4597
Please continue to provide feedback (or PRs) when you do; that's how things get fixed.
I'm not sure of the relevance here; the Flutter team doesn't control the documentation for plugins that aren't part of the Flutter project.
Calling this deprecated method is a no-op, and cannot affect earnings or user experience. |
But why are not documentation and code changes merged together? 2.0.0 was released 8 days ago.
I'm talking about this one: https://pub.dev/packages/google_mobile_ads Not sure why is that on a different repo though.
I was referring more about the documentation not reflecting the exact changes we have to make. For this example I shared #89950 I didn't know that part was failing. Definitely my fault because I didn't test it properly again after update it, but when reading the docs I didn't think I had to. So if that creates problems with purchases I can either have or bad reviews (if the user made a purchase and he's not retrieving a paid version) or less earnings (if he cannot make purchases). |
…urchaseAndroidPlatformAddition.enablePendingPurchases ` method (#4597) 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
Because updating documentation is a manual process, and mistakes can happen.
I'm not sure where the screenshot you've included is from, but it's not that package.
Because it's not part of the Flutter project. |
Oh yeah, I totally understand that, but so do the code. What I mean is why not merging both together, code and info? (not sure if the process has to be like that for some reasons tbh)
Hmm... maybe I had some other package open and took it from there, you're right sorry, it's from google.dev, not flutter.dev (didn't notice this difference until now). Just curious, what's the difference here? I thought all packages for Flutter made by Google were from flutter.dev. Don't want to go too off-topic specially if that belongs to other team (or let me know and I'll remove it), but since this was related to README/documentation I wanted to mention that I find myself sometimes a bit lost trying to follow best approaches. Back in the days, one of the reasons I started with Angular for example, was the documentation. It's pointless to use a better framework if at the end I'm going to struggle with the documentation. More examples: |
Because we forgot the README needed to be updated for that change. Again, mistakes happen. I'm not sure what more you are looking for here.
No, only packages maintained by the Flutter project are published by flutter.dev.
The team responsible for Google Mobile Ads is not involved with Apple Pay (unsurprisingly) or Google Play, which are the SDKs wrapped by in_app_purchase.
I can't advise you on the best place to get support on things that aren't part of the Flutter project. |
…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
…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
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of |
…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
I've moved from 1.0.9 to 2.0.0 (next version) and many breaking changes were introduced. In changelog (https://pub.dev/packages/in_app_purchase/changelog) I read this:
Also it became extremely complex to be integrated now with so many files when I only needed this before:
I only have a paid version and a subscription.
Also wanted to mentioned that I find these issues related to documentation quite often for important packages like this one or for
google_mobile_ads
:googleads/googleads-mobile-flutter#461
#93316 (comment)
#89950
Changes on these 2 can modify earnings and cause bad reviews from users if that affects their accounts.
The text was updated successfully, but these errors were encountered: