Releases: adaptyteam/AdaptyUI-Flutter
Releases · adaptyteam/AdaptyUI-Flutter
2.1.3
2.1.2
2.1.1
2.1.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
Full Changelog: 2.0.6...2.1.0
2.0.6
2.0.5
2.0.4
2.0.2
2.0.1
2.0.0
🎉 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()
.