- Support for Flutter 3.22+
- support for Adapty Flutter SDK 2.10.2
- support for AdaptyUI iOS 2.1.3 and higher
- support for Adapty Flutter SDK 2.10.0
- added support for custom fonts
- added support for custom tags
- add support for close button transition
- added
paywallViewDidStartRestore
method toAdaptyUIObserver
- added
showDialog
method which allows to present native dialog above the paywall screen
- [Android] fixed event handling in some circumstances
- [Android] fixed rendering and initial product selection in some circumstances
- [Android] fixed dependencies
- [Android] fixed wrong text alignment in some configurations
- [iOS] fixed a bug where paywallViewDidFinishPurchase was not being fired
- minor internal improvements for better RTL languages support
🎉 We are happy to introduce our new version of AdaptyUI SDK! Please, revise our documentation.
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()
.
- Initial Release. Read More.