Skip to main content
Question

how to obtain information such as the real price paid by a user in the flutter sdk

  • April 13, 2024
  • 1 reply
  • 61 views

Forum|alt.badge.img+4

For a non-subscription purchase, is there a way to do it in flutter client, serverless case. Get information such as the actual price paid by the user and the country.

This post has been closed for comments

1 reply

Forum|alt.badge.img+8
  • RevenueCat Staff
  • April 18, 2024

You could get the exact price of the product from our SDK using the priceString method here: https://pub.dev/documentation/purchases_flutter/6.27.0/models_store_product_wrapper/StoreProduct/priceString.html. This will return a formatted price of the item that is being looked into, including its currency sign.