-
Notifications
You must be signed in to change notification settings - Fork 75
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
web: Running into NoSuchMethodError under build mode release #107
Comments
I am also running into the same issue in production. Did you find any solution to that @markusrubey?
cc @zihejia |
Hi @bselwe, @zihejia and @markusrubey |
Anyone found any fixes? Is this resolved in latest 2.3.0 version? |
I have the same issue only on release mode for web. And I'm block to the version 2.2.0 of mixpanel because to upgrade to 2.3.0 I need to change to much package in my app ...
for the moment, I turned of mixpanel on web on my project :/ |
I followed the set up instructions from pub dev and also checked your example here. I have no issues under debug. My call to
Mixpanel.init
throws no error.I noticed I am missing some functionality in my main.dart.js when comparing:
Mixpanel Example main.dart.js
My Project main.dart.js
The text was updated successfully, but these errors were encountered: