Hello!
I have set up subscriptions via RevenueCat. On the “Subscription Management” screen, I need to show:
The name of the user’s currently active subscription (e.g. “Monthly” or “Yearly”).
The expiration date of that subscription (e.g. “Expires on June 24, 2025”).
Could you please advise – Is it possible to accomplish this entirely through FlutterFlow’s UI, without writing any custom code? Or is custom code required to retrieve the subscription name and expiration date?
I would greatly appreciate an example Action Flow and widget setup!