-
-
Notifications
You must be signed in to change notification settings - Fork 24
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
The argument type 'JSString' can't be assigned to the parameter type 'String'. #76
Comments
Same here with Flutter 3.22.3 |
seems related to the SDK update, could you use v3.6.3 version in the mid time please |
Sure |
If you use Flutter3.24/Dart 3.5, a workaround is to change Line 11 of 'assets/packages/fast_rsa/web/assets/worker.js'.toJS, to 'assets/packages/fast_rsa/web/assets/worker.js', then rebuild your app. |
Thank you for the temporary solution. While I do prefer a long-term fix, I'm currently fine with using other versions, except for 3.6.4. I just wanted to report this issue so that the admin is aware. Now that it's been brought to their attention, I'll go ahead and close the issue. |
Hi @sAw-hTet-nAing could you share the environment from you pubspec.yaml, I just tested in an new empty project and works fine with the environment:
sdk: ^3.5.0 |
Hi,@jerson ,Thanks for the update! My current SDK is as follow.
This might be causing the issue. I'll change my SDK version and test again. |
Hello @jerson , Still having the issue even after changing to
and also tested by deleting |
With Flutter 3.24.0,I'm having this issue in flutter web.
View Img
The text was updated successfully, but these errors were encountered: