I'm using the in_app_purchase (https://pub.dev/packages/in_app_purchase) Flutter plugin to implement subscription.
I fail to understand how to check if a certain user is still subscribed: The queryPastPurchases method returns a PurchaseDetails object per subscription but I can't find a "status" for the current subscription (active / non active etc.)...
I can check the transactionDate field but it isn't a good solution.
Appriciate any help with this issue