adapty_ui_flutter 2.1.0
adapty_ui_flutter: ^2.1.0 copied to clipboard
Extension to the Adapty SDK that allows you to easily add purchase screens to your application.
2.1.0 #
⚠️ Update Adapty Flutter SDK to 2.9.3
- 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
2.0.6 #
- [Android] fixed event handling in some circumstances
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.