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
I'm using flutter_js on Android. After running my js code, I got an error like "ReferenceError: 'BigInt' is not defined".
I have noticed that I have to use "–bignum flag" to enable bignum feature in quickjs manually.
Is there any option to use that in flutter_js?
The text was updated successfully, but these errors were encountered:
I'm using flutter_js on Android. After running my js code, I got an error like "ReferenceError: 'BigInt' is not defined".
I have noticed that I have to use "–bignum flag" to enable bignum feature in quickjs manually.
Is there any option to use that in flutter_js?
The text was updated successfully, but these errors were encountered: