-
Notifications
You must be signed in to change notification settings - Fork 43
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
Add Support for WASM Compilation in Flutter 3.22 #463
Comments
This package needs to be switched from package:js to package:web and package:js_interop |
same here. WASM is now stable in flutter please make this a priority. |
Any news about that? |
I attempted to rewrite this myself cause as mention its a thing of changing out old dependencies, but encountered some challenges. It seems that Flutter support is minimal as they have a backlog going to Mar 2023. Looking at the ppl who are actually committing it appears to be outsourced rather than handled internally. I'm seriously considering moving away from this platform entirely, as their lack of active development is concerning—especially in the security sector, where consistent updates are crucial. |
Any news on it? This is the only package which stops our project from moving to wasm |
@desusai7 Can you give some light on this issue. |
hey everyone 👋 thanks for your patience here! we're having internal discussions on prioritising WASM support in Q4. I'll be able to share more details by the end of this month. |
update: we should be able to support WASM compilation in Nov. I will share more updates and exact timelines by mid Nov. |
any updates? |
hey @gyoussef55! 👋 apologies for the delay here. We're planning to support this as a part of the next major version that we're actively working on. The release is tentatively planned for mid Jan. |
Thanks for the update @brth31 . Just checking in since today is January 20th, and I haven't seen any updates regarding this. Is the release still on track for mid-January? Looking forward to it! |
Hi @gyoussef55 , This is a WIP at the moment along with few other things . We have hit few blockers during WASM compilation which is being resolved . We are targeting to release it sometime next week . Thanks for your understanding |
Checklist
Description
Hello,
With the release of Flutter 3.22, the WASM (WebAssembly) compiler can now be integrated. I believe it has become the standard for Web applications at some point.
https://docs.flutter.dev/platform-integration/web/wasm
Please add support for compiling with WASM.
flutter build web --release --wasm
.Thank you!
Reproduction
flutter build web --release --wasm
Additional context
No response
auth0_flutter version
1.7.2
Flutter version
3.22
Platform
Web
Platform version(s)
No response
The text was updated successfully, but these errors were encountered: