You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do not remove any of the steps from the template below. If a step is not applicable to your issue, please leave that step empty.
There are a lot of things that can contribute to things not working. Having a very basic understanding of your environment will help us understand your issue faster!
Environment
Output of flutter doctor
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.24.4, on macOS 15.1 24B83 darwin-arm64, locale en-US)
[✓] Android toolchain - develop for Android devices (Android SDK version 35.0.0)
[✓] Xcode - develop for iOS and macOS (Xcode 16.1)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2024.1)
[✓] VS Code (version 1.90.2)
[✓] Connected device (4 available)
[✓] Network resources
• No issues found!
Version of purchases-flutter : purchases_flutter: ^8.2.1
Testing device version e.g.: iOS 15.5, Android API 30, etc.: Pixel 8 API 35 ARM 64
How often the issue occurs- every one of your customers is impacted? Only in dev? This occurs in both dev and prod
Steps to reproduce, with a description of expected vs. actual behavior Other information (e.g. stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, etc.)
@TasnimAnas Thanks for reporting this. Can you try the following?
Run flutter clean and reinstall plugins
If the above doesn't fix the issue, it might be Proguard/R8 related. Can you try disabling? This post gives information on Proguard - the instructions to disable it would be the same but setting minifyEnabled false
Do not remove any of the steps from the template below. If a step is not applicable to your issue, please leave that step empty.
There are a lot of things that can contribute to things not working. Having a very basic understanding of your environment will help us understand your issue faster!
Environment
flutter doctor
purchases-flutter
:purchases_flutter: ^8.2.1
Other information (e.g. stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, etc.)
Describe the bug
I have this code in my app:
This is resulting in console:
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: