-
Notifications
You must be signed in to change notification settings - Fork 51
[in_app_purchase] Upgrade to latest version and add 'countryCode' API #827
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
[in_app_purchase] Upgrade to latest version and add 'countryCode' API #827
Conversation
Please see this comment. #822 (comment) |
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 have a few minor comments.
packages/in_app_purchase/lib/src/in_app_purchase_tizen_platform_addition.dart
Outdated
Show resolved
Hide resolved
please ignore this comment. |
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.
Could you update plugin version(0.0.0 to 0.1.1), CHANGELOG.md and README.me?
and
you should update example code. please refer to this.
(You don't need to add other platform's to example.)
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.
Now, billing_manager_wrapper.dart seems more appropriate as billing_manager.dart(rather than a wrapper). It seems more natural to delete the billing_manager_wrappers directory and move billing_manager.dart to src directory.
packages/in_app_purchase/lib/src/billing_manager_wrappers/billing_manager_wrapper.dart
Outdated
Show resolved
Hide resolved
packages/in_app_purchase/lib/src/billing_manager_wrappers/billing_manager_wrapper.dart
Outdated
Show resolved
Hide resolved
packages/in_app_purchase/lib/src/in_app_purchase_tizen_platform_addition.dart
Show resolved
Hide resolved
packages/in_app_purchase/tizen/src/in_app_purchase_tizen_plugin.cc
Outdated
Show resolved
Hide resolved
packages/in_app_purchase/lib/src/billing_manager_wrappers/billing_manager_wrapper.dart
Show resolved
Hide resolved
packages/in_app_purchase/tizen/src/in_app_purchase_tizen_plugin.cc
Outdated
Show resolved
Hide resolved
Done |
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
waiting for @xiaowei-guan 's confirm
Main changes: