Skip to main content

In my Flutter application, I’ve implemented a PaywallFooterView to display subscription offers. I would like to dynamically change the footer text or perform specific actions based on the offer that the user selects. How can I:

 

1. Detect the currently selected offer from the available options?

 

Any guidance on how to achieve this would be greatly appreciated!

Hi, you can do this by fetching the call getOfferings  and manually pass the Offering object into the paywall/footer. With this you will have the Offering object yourself and can verify/log if needed.


Reply