AdaptySDK-Flutter
AdaptySDK-Flutter copied to clipboard
SDK for growing mobile in-app purchases
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.
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...
The `AdaptyErrorCode` variables are currently declared as `static final`. This makes it impossible to use the error codes with the `switch` expression. I suggest the following code changes to all...
Hi, after updating to flutter 3.24.1 and adapty_flutter 2.10.2, I've started getting the following issue. Adapty().activate() runs successfully, but all subsequent calls fails: I/flutter ( 5697): [AdaptyFlutter v2.10.2] - VERBOSE:...
Hello, I try to use the `adapty_flutter` library version `2.10.1` in a new flutter project, but the build fails. It is a plain flutter project generated from Android Studio with...
We do see occasional exceptions in production like the one below: ``` Fatal Exception: java.lang.RuntimeException: Unable to start activity ComponentInfo{com.adapty.internal.crossplatform.ui.AdaptyUiActivity}: java.lang.NullPointerException at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3502) at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3680) at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:85) at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135) at...
Hello, We're currently using Adapty Flutter SDK v3.4.1 and encountering a critical issue on iOS. No matter what we try, we consistently get error 1003 when initiating an in-app purchase...
I followed the setup in the documentation, but I still get this error when using AdaptyFlutter for in-app purchases: [AdaptyFlutter v2.10.4] - VERBOSE: