Skip to content

Latest commit

 

History

History
58 lines (36 loc) · 1.94 KB

CHANGELOG.md

File metadata and controls

58 lines (36 loc) · 1.94 KB

2.1.3

  • Support for Flutter 3.22+
  • support for Adapty Flutter SDK 2.10.2

2.1.2

  • support for AdaptyUI iOS 2.1.3 and higher

2.1.1

  • support for Adapty Flutter SDK 2.10.0

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 to AdaptyUIObserver
  • 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