adapty_ui_flutter 2.0.5
adapty_ui_flutter: ^2.0.5 copied to clipboard
Extension to the Adapty SDK that allows you to easily add purchase screens to your application.
2.0.5 #
- [Android] fixed rendering and initial product selection in some circumstances
2.0.4 #
- [Android] fixed dependencies
2.0.3 #
- [Android] fixed wrong text alignment in some configurations
2.0.2 #
- [iOS] fixed a bug where paywallViewDidFinishPurchase was not being fired
2.0.1 #
- minor internal improvements for better RTL languages support
2.0.0 #
🎉 We are happy to introduce our new version of AdaptyUI SDK! Please, revise our documentation.
⚠️ Breaking Changes:
locale
param introduced for.createPaywallView()
method.productsTitlesResolver
param of.createPaywallView()
method was removed. This feature was implemented within dashboard.- Introducing
AdaptyUIAction
. Read more. .paywallViewDidPressCloseButton()
was replaced with.paywallViewDidPerformAction()
..paywallViewDidPerformSystemBackActionOnAndroid
was replaced with.paywallViewDidPerformAction()
.
1.1.0 #
- Initial Release. Read More.