-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Flutter Activate issue #140
Comments
check 3.3.0 version they updated this part. |
Right now, I'm using What I did
Then tried to fetch the paywall by using the following: try { But facing the same issue when activating the adapty Please help and support? |
@khaledshebltoptal please share verbose logs along with the error you are encountering. If you believe the logs may contain sensitive information, feel free to reach out to [email protected]. |
HYG |
@khaledshebltoptal this is not a verbose log. Please call |
await Adapty().activate(
configuration: AdaptyConfiguration(apiKey: 'Key--'),
);
I'm getting an error with the following
DartError: RangeError: max must be in range 0 < max ≤ 2^32, was 0
dart-sdk/lib/internal/js_dev_runtime/private/ddc_runtime/errors.dart 296:3 throw
dart-sdk/lib/_internal/js_dev_runtime/patch/math_patch.dart 88:7 nextInt
packages/adapty_flutter/src/adapty_logger.dart 19:28 get stamp
packages/adapty_flutter/src/adapty.dart 410:32 _invokeMethod
dart-sdk/lib/_internal/js_dev_runtime/patch/async_patch.dart 84:54 runBody
dart-sdk/lib/_internal/js_dev_runtime/patch/async_patch.dart 127:5 _async
packages/adapty_flutter/src/adapty.dart 405:29 [_invokeMethod]
packages/adapty_flutter/src/adapty.dart 73:11 activate
Using:
adapty_flutter: ^3.2.3
Flutter 3.24.2 • channel stable • https://github.com/flutter/flutter.git
Framework • revision 4cf269e36d (4 months ago) • 2024-09-03 14:30:00 -0700
Engine • revision a6bd3f1de1
Tools • Dart 3.5.2 • DevTools 2.37.2
please help?
The text was updated successfully, but these errors were encountered: