adapty_flutter 0.3.4
adapty_flutter: ^0.3.4 copied to clipboard
Adapty SDK is an open-source framework that makes implementing in-app subscriptions in Flutter applications fast and easy. It’s 100% open-source and lightweight.
0.3.4 #
- [Android] Small fix in requests
0.3.3 #
- [iOS] Added retry for
createProfilerequest 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
.setFacebookAnonymousIdmethod toAdaptyProfileParameterBuilder - Added
freeTrialPeriodproperty ofAdaptyProductmodel (Android only)
0.3.0 #
- Added ability to connect observer mode purchase with a paywall it was made from using
.setTransactionVariationIdmethod - Added ability to opt-out from external analytics services using
.setExternalAnalyticsEnabledmethod - Added public
abTestNameandnameproperties toAdaptyPaywalland to nested products array. - Paywall views must be reported using
.logShowPaywall(paywall)method from now on, otherwise, views will not be collected.
0.2.0 #
- Plugin initialization scheme changed to prevent missing transaction on iOS.
- Added
.logShowPaywall(paywall)to manually record paywall show event. - Added
apnsTokenStringto public properties. - Removed
statefrom.getPurchaserInfo()callback. AddedforceUpdateas an optional request parameter. - Removed
statefrom.getPaywalls()callback. AddedforceUpdateas an optional request parameter.
0.1.2 #
- empty string custom payload fixed
updateAttribution()fixed on AndroidgetPurchaserInfo()stability improvedverbose logLevelremoved as default
0.1.1 #
customPayloadStringadded to Paywall- birthday fix in
updateProfile
0.1.0 #
- Initial release