Skip to content

Releases: adaptyteam/AdaptyUI-Flutter

2.1.3

22 Aug 17:58
Compare
Choose a tag to compare
  • support for Flutter 3.22+
  • support for Adapty Flutter SDK 2.10.2

2.1.2

09 Apr 13:35
Compare
Choose a tag to compare
  • support for AdaptyUI iOS 2.1.3 and higher

2.1.1

29 Mar 17:21
Compare
Choose a tag to compare
  • support for Adapty Flutter SDK 2.10.0

2.1.0

07 Mar 19:40
Compare
Choose a tag to compare

⚠️ 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 to AdaptyUIObserver
  • added showDialog method which allows to present native dialog above the paywall screen

Full Changelog: 2.0.6...2.1.0

2.0.6

19 Dec 14:19
Compare
Choose a tag to compare
  • [Android] fixed event handling in some circumstances

2.0.5

16 Nov 11:16
Compare
Choose a tag to compare
  • [Android] fixed rendering and initial product selection in some circumstances

2.0.4

01 Nov 14:43
Compare
Choose a tag to compare
  • [Android] fixed wrong text alignment in some configurations

2.0.2

13 Oct 21:28
Compare
Choose a tag to compare
  • [iOS] Fixed a bug where paywallViewDidFinishPurchase event was not being fired.

2.0.1

12 Oct 12:45
Compare
Choose a tag to compare
  • minor internal improvements for better RTL languages support

2.0.0

06 Oct 10:40
Compare
Choose a tag to compare

🎉 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().