adapty_flutter 0.2.0
adapty_flutter: ^0.2.0 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.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