Closed narumi147 closed 2 years ago
I have the same problem.
https://github.com/abner/flutter_js/commit/d4aa7238e99eb30edb0924394f26af7a7711d316
That's quite a quick fix. If you have time, please release a new version.
Could you pls apply the quick fix for the new release?
Sorry for late reply.
I have upgraded Flutter to 2.11 and tested in my Huawei device and no errors found. Is the bug still existed?
It seems fixed in the latest flutter :thinking:
After upgrading to flutter 2.7, a string eval result always return null. Flutter 2.6 works.
Android real device(arm64) has such error. Windows, macOS, iOS and Android Emulator(Google x86_64) work.
Tries to test on
flutter_js
, find it was extended of this package, the same error there: https://github.com/abner/flutter_js/issues/65As the solution provided in above issue, convert int_32 to int_64, everything works.
int_32 and int_64 variables with same value won't be matched in switch-case ? I'm not sure anywhere else may have similar bug because of int_32.