Discussions
How to get discount price for the product
3 months ago by Andriy
Hi team, after the recent Flutter Adapty SDK release (adapty_flutter: ^2.6.2
) it's no longer possible to get a discount price for the product.
Before (version: adapty_flutter: ^2.4.4
) I just used
if (adaptyPaywallProduct.isDiscountAvailable) {
return adaptyPaywallProduct.discounts.first.localizedPrice ?? '';
}