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
Platforms you faced the error (IOS or Android or both?)
iOS
Expected behavior
Actual behavior
in flutter_inapp_purchase.dart, line 426, may cause expection.
use
Map purchaseResultMap = json.decode(result.toString());
PurchaseResult decoded = new PurchaseResult.fromJSON(purchaseResultMap);
to resolve
Tested environment (Emulator? Real Device?)
Steps to reproduce the behavior
The text was updated successfully, but these errors were encountered:
Version of flutter_inapp_purchase
2.0.0+6
Platforms you faced the error (IOS or Android or both?)
iOS
Expected behavior
Actual behavior
in flutter_inapp_purchase.dart, line 426, may cause expection.
use
Map purchaseResultMap = json.decode(result.toString());
PurchaseResult decoded = new PurchaseResult.fromJSON(purchaseResultMap);
to resolve
Tested environment (Emulator? Real Device?)
Steps to reproduce the behavior
The text was updated successfully, but these errors were encountered: