-
Notifications
You must be signed in to change notification settings - Fork 396
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
Support for WASM by moving from dart:html to package:web #812
Comments
Already release flutter_secure_storage_web: 2.0.0-beta.1 |
But I think it needs another publish since this change was made after it was published: 1d7b32b and the web package is now at version 1.1.0. |
we can do like this temporarily
Besides this package seems to be not actively maintained. |
can it use web: ^1.1.0 |
Better to point out to official reference: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To support WASM projects, all third party packages need to switch from dart:html to package:web as described in the comments of this post:
https://stackoverflow.com/questions/78516000/error-when-compiling-flutter-web-application-with-wasm-support-dart-library-d
At the moment, our web app using secure_storage (web) can't compile for WASM because of this issue.
The text was updated successfully, but these errors were encountered: