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