Skip to main content
Question

Adding PaywallfooterView to SingleChildScrollView

  • 27 August 2024
  • 1 reply
  • 15 views

I have a page with

SingleChildScrollView 

 

where content is loaded. It’s infinite scroll view where data is dynamically added. 

 

For a given situation I would like to add PaywallFooter at the end of the page if the condition is not met.

 

Is it possible? I am using flutter

 

purchases_flutter: ^8.1.0purchases_ui_flutter: ^8.1.0

 

Hi @tooni-e263a1,

Unfortunately this isn’t possible at the moment but we are planning on making paywalls more flexible in the future. For now, you’ll have to pop up the paywall manually.

Alternatively, you might be able to embed the scroll view in the paywall, rather than embed the paywall into your scroll view. Use the paywall footer template and add your scroll view as the content: https://www.revenuecat.com/docs/tools/paywalls/displaying-paywalls#how-to-display-a-footer-paywall-on-your-custom-paywall-3 Then choose which version of the view to show the customer - the one with the paywall, or the one without the paywall.


Reply