Discussions

Ask a Question
Back to All

How to get discount price for the product

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 ?? '';
}