-
Notifications
You must be signed in to change notification settings - Fork 9.8k
[in_app_purchase] Fix in_app_purchase_android/README.md #4363
[in_app_purchase] Fix in_app_purchase_android/README.md #4363
Conversation
We found a Contributor License Agreement for you (the sender of this pull request), but were unable to find agreements for all the commit author(s) or Co-authors. If you authored these, maybe you used a different email address in the git commits than was used to sign the CLA (login here to double check)? If these were authored by someone else, then they will need to sign a CLA as well, and confirm that they're okay with these being contributed to Google. ℹ️ Googlers: Go here for more info. |
d4c8ff6
to
27af99e
Compare
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.
Hi @ryoheiudagawa1995, thanks for the PR. I have two small requests.
Relative links won't work when packages are uploaded to pub.dev so I suggest to update to a full web address (see review comment).
Second please update the version in the pubspec.yaml
and CHANGELOG.md
files as most people read the README on pub.dev which means this change needs to be published.
@@ -24,6 +24,6 @@ If you would like to contribute to the plugin, check out our | |||
[contribution guide](https://github.com/flutter/plugins/blob/master/CONTRIBUTING.md). | |||
|
|||
|
|||
[1]: ../in_app_purchase/in_app_purchase | |||
[1]: ../in_app_purchase |
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.
Relative links won't work on pub.dev so let's update this to:
[1]: ../in_app_purchase | |
[1]: https://github.com/flutter/plugins/tree/master/packages/in_app_purchase/in_app_purchase |
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.
I fixed in
2a81932
Thanks for the advice. I fixed two small requests. |
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.
Sorry I realised the link should better point to the in_app_purchase package on pub.dev so left another suggestion. Also a nit in the description for the CHANGELOG.
@@ -24,6 +24,6 @@ If you would like to contribute to the plugin, check out our | |||
[contribution guide](https://github.com/flutter/plugins/blob/master/CONTRIBUTING.md). | |||
|
|||
|
|||
[1]: ../in_app_purchase/in_app_purchase | |||
[1]: https://github.com/flutter/plugins/tree/master/packages/in_app_purchase |
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.
@ryoheiudagawa1995, I think it is better to point to the repository of in_app_purchase
package it self (which would be https://github.com/flutter/plugins/tree/master/packages/in_app_purchase/in_app_purchase
, since that is wat the text is also referring to (to the in_app_purchase
package). Thinking about it, it would make even more sense to point to the package on pub.dev as that is where most users would retrieve it from.
Should have thought about that the first time (sorry) but maybe you can do another update and change it to:
[1]: https://github.com/flutter/plugins/tree/master/packages/in_app_purchase | |
[1]: https://pub.dev/packages/in_app_purchase |
@@ -1,3 +1,7 @@ | |||
## 0.1.4+8 | |||
|
|||
* Fix broken link in packages/in_app_purchase/in_app_purchase_android/README. |
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.
Since the CHANGELOG is already part of the packages/in_app_purchase/in_app_purchase_android
folder you can leave this out of the comment as it is more difficult to read and might confuse users. The following should suffice:
* Fix broken link in packages/in_app_purchase/in_app_purchase_android/README. | |
* Fix a broken link in the README. |
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 for this change and your patience.
I will add the wait for tree to go green
label and the PR will be merged automatically when all steps go green.
It looks like the CI never ends. |
Actually, I can't merge it. I think the |
This pull request is not suitable for automatic merging in its current state.
|
We found a Contributor License Agreement for you (the sender of this pull request), but were unable to find agreements for all the commit author(s) or Co-authors. If you authored these, maybe you used a different email address in the git commits than was used to sign the CLA (login here to double check)? If these were authored by someone else, then they will need to sign a CLA as well, and confirm that they're okay with these being contributed to Google. ℹ️ Googlers: Go here for more info. |
dd85b55
to
37e7f28
Compare
@ryoheiudagawa1995, sorry for the inconvenience but there is a conflict regarding the version numbers in the |
…se_android/README.md
* master: [google_maps_flutter] Add Marker drag events (flutter#2838) [flutter_plugin_tools] Validate pubspec description (flutter#4396) Add file_selector to the repo list (flutter#4395) [in_app_purchase] Fix in_app_purchase_android/README.md (flutter#4363) [google_maps_flutter_web] Add Marker drag events (flutter#4385) [webview_flutter] Fixed todos in FlutterWebView.java (flutter#4394) Handle `PurchaseStatus.restored` correctly in example. (flutter#4393) Handle restored purchases in iOS example app (flutter#4392) [file_selector] Remove custom analysis options (flutter#4382) [flutter_plugin_tools] Check licenses in Kotlin (flutter#4373) Fixed _CastError when running example App (flutter#4390) [in_app_purchase] Ensure the introductoryPriceMicros field is transported as a String. (flutter#4370) Load navigation controls immediately. (flutter#4377) [camera] Fix IllegalStateException being thrown in Android implementation when switching activities. (flutter#4319) # Conflicts: # packages/webview_flutter/webview_flutter/CHANGELOG.md # packages/webview_flutter/webview_flutter_android/CHANGELOG.md
* master: (1126 commits) [webview_flutter] Adjust test URLs again (flutter#4407) [google_sign_in] Add serverAuthCode attribute to google_sign_in_platform_interface user data (flutter#4179) [camera] Add filter for unsupported cameras on Android (flutter#4418) [webview_flutter] Update webview platform interface with new methods for running JavaScript. (flutter#4401) [webview_flutter] Add zoomEnabled to webview flutter platform interface (flutter#4404) [ci] Remove obsolete Dockerfile (flutter#4405) Fix order-dependant platform interface tests (flutter#4406) [google_maps_flutter]: LatLng longitude loses precision in constructor #90574 (flutter#4374) [google_maps_flutter] Add Marker drag events (flutter#2838) [flutter_plugin_tools] Validate pubspec description (flutter#4396) Add file_selector to the repo list (flutter#4395) [in_app_purchase] Fix in_app_purchase_android/README.md (flutter#4363) [google_maps_flutter_web] Add Marker drag events (flutter#4385) [webview_flutter] Fixed todos in FlutterWebView.java (flutter#4394) Handle `PurchaseStatus.restored` correctly in example. (flutter#4393) Handle restored purchases in iOS example app (flutter#4392) [file_selector] Remove custom analysis options (flutter#4382) [flutter_plugin_tools] Check licenses in Kotlin (flutter#4373) Fixed _CastError when running example App (flutter#4390) [in_app_purchase] Ensure the introductoryPriceMicros field is transported as a String. (flutter#4370) ... # Conflicts: # packages/quick_actions/ios/Classes/FLTQuickActionsPlugin.m
Related URL
#4351
Pre-launch Checklist
dart format
.)[shared_preferences]
///
).If you need help, consider asking for advice on the #hackers-new channel on Discord.