flutter_js
flutter_js copied to clipboard
Is there anyway to enable Bignum in Android quickjs?
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?
You can try this: https://pub.dev/packages/jsf