flutter_js icon indicating copy to clipboard operation
flutter_js copied to clipboard

Is there anyway to enable Bignum in Android quickjs?

Open Shinku1014 opened this issue 1 year ago • 1 comments

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?

Shinku1014 avatar Oct 24 '24 01:10 Shinku1014

You can try this: https://pub.dev/packages/jsf

Image

moluopro avatar Apr 17 '25 08:04 moluopro