When presenting paywalls using .presentPaywallIfNeeded in Flutter, RevenueCatUI does not include a close button. I've tried it with 5 - Bengal template. Can you please update the Flutter package so that the close button is displayed automatically on the paywall?
Solved
Close Button in Flutter Paywalls
Best answer by ashxbl
final paywallResult = await RevenueCatUI.presentPaywall(displayCloseButton: true);
This post has been closed for comments
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.