AdaptySDK-Flutter icon indicating copy to clipboard operation
AdaptySDK-Flutter copied to clipboard

SDK for growing mobile in-app purchases

Results 3 AdaptySDK-Flutter issues
Sort by recently updated
recently updated
newest added

I'm trying to call makPurchase function but it always generating sheet Here is Code: ```dart Future callMakePurchase(AdaptyPaywallProduct product) async { try { final result = await adapty.makePurchase(product: product); print(result); Get.find().refreshUser();...

I'm about to sign up for adapty or revenue cat in a day or too. But I need macOS.

enhancement

Hi All, Apologies in advance, this is a very specific issue where I'm trying to get two mature Flutter packages to play nice. I'm in the process of implementing both...

enhancement