You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ensure introductoryPriceAmountMicros field to be String.
Converts the introductoryPriceAmountMicros field to a String value
before it is send as JSON string from Java to Dart. This will solve the
issue
(flutter#4364 (comment)) in
a non-breaking manor (updating the type on the Dart side would introduce
a breaking change).
Copy file name to clipboardExpand all lines: packages/in_app_purchase/in_app_purchase_android/android/src/main/java/io/flutter/plugins/inapppurchase/Translator.java
0 commit comments