Releases: adaptyteam/AdaptySDK-Flutter
Releases · adaptyteam/AdaptySDK-Flutter
1.0.1
- [Android] Added support for fallback paywalls
1.0.0
- Graduate package to a stable release. See pre-releases prior to this version for changelog entries.
1.0.0-nullsafety.0
- Enable null safety
- Require Dart 2.12 or greater.
0.3.6
- [Android] fixed localizedTitle in product
0.3.5
- [iOS] Added isFamilyShareable property to product for iOS 14+.
- [iOS] Added .presentCodeRedemptionSheet() to public SDK API
0.3.4
- [Android] Small fix in requests
0.3.3
- [iOS] Added retry for
createProfile
request in case of poor connection or if server is down.
- [Android] Added gzip support
- Removed unnecessary event channel invocations for
.getPaywalls()
and .getPurchaserInfo()
methods
0.3.2
- Fixed
.getPaywalls()
callback without an internet connection (Android only)
0.3.1
- Added
.setFacebookAnonymousId
method to AdaptyProfileParameterBuilder
- Added
freeTrialPeriod
property of AdaptyProduct
model (Android only)
0.3.0
- Added ability to connect observer mode purchase with a paywall it was made from using
.setTransactionVariationId()
method
- Added ability to opt-out from external analytics services using
.setExternalAnalyticsEnabled()
method
- Added public
abTestName
and name
properties to AdaptyPaywall
and to nested products array.
- Paywall views must be reported using
.logShowPaywall()
method from now on, otherwise, views will not be collected.